PtGetControlFlags()
Get the flags from the _Pt_ control structure
Synopsis:
int PtGetControlFlags( void );
Description:
This function returns the flags of the _Pt_ control structure. The valid Pt flag bits are:
- Pt_FEP_PRESENT
- An FEP is present.
- Pt_FEP_QUERIED
- A search for any existing FEPs has been done.
- Pt_IN_EXPOSE
- The widget library is currently processing an expose event.
Returns:
The control flags.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
