![]() |
Public API Reference |
Variables | |
const unsigned int | AWSF_CMP_FOCUSED = 512 |
set if this component is focused. More... | |
const unsigned int | AWSF_CMP_NON_CLIENT = 256 |
set if this component should not be clipped to client area. More... | |
const unsigned int | AWSF_CMP_TOP_SELECT = 128 |
set if this component should come to the front when selected. More... | |
const unsigned int | AWSF_CMP_WINDOW = 64 |
set if component is window. More... | |
const unsigned int | AWSF_CMP_INVISIBLE = 16 |
set by window manager when a component gets too small during resize. More... | |
const unsigned int | AWSF_CMP_HIDDEN = 8 |
set if component is hidden. More... | |
const unsigned int | AWSF_CMP_ALWAYSERASE = 4 |
set if component always needs erased by parent first. More... | |
const unsigned int | AWSF_CMP_TRANSPARENT = 2 |
set if component is transparent. More... |
|
set if component always needs erased by parent first.
|
|
set if this component is focused.
|
|
set if component is hidden.
|
|
set by window manager when a component gets too small during resize.
|
|
set if this component should not be clipped to client area.
Definition at line 32 of file awsdefs.h. Referenced by awsEmbeddedComponent::Create. |
|
set if this component should come to the front when selected.
|
|
set if component is transparent.
|
|
set if component is window.
|