![]() |
Public API Reference |
Go to the source code of this file.
Variables | |
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... | |
const unsigned int | AWS_TRANSITION_SLIDE_IN_LEFT = 0 |
window slides left (start out to curframe). More... | |
const unsigned int | AWS_TRANSITION_SLIDE_IN_RIGHT = 1 |
window slides right. More... | |
const unsigned int | AWS_TRANSITION_SLIDE_IN_UP = 2 |
window slides up. More... | |
const unsigned int | AWS_TRANSITION_SLIDE_IN_DOWN = 3 |
window slides down. More... | |
const unsigned int | AWS_TRANSITION_SLIDE_OUT_LEFT = 4 |
window slides left (start curframe to out, and window disappears). More... | |
const unsigned int | AWS_TRANSITION_SLIDE_OUT_RIGHT = 5 |
window slides right. More... | |
const unsigned int | AWS_TRANSITION_SLIDE_OUT_UP = 6 |
window slides up. More... | |
const unsigned int | AWS_TRANSITION_SLIDE_OUT_DOWN = 7 |
window slides down. More... | |
const unsigned int | AWS_TRANSITION_SLIDE_LEFT = 8 |
window slides left (start out with cur frame, end with user frame). More... | |
const unsigned int | AWS_TRANSITION_SLIDE_RIGHT = 9 |
window slides right. More... | |
const unsigned int | AWS_TRANSITION_SLIDE_UP = 10 |
window slides up. More... | |
const unsigned int | AWS_TRANSITION_SLIDE_DOWN = 11 |
window slides down. More... | |
const unsigned int | AWS_ERR_SINK_NONE = 0 |
no error. More... | |
const unsigned int | AWS_ERR_SINK_TRIGGER_NOT_FOUND = 1 |
the requested trigger was not found. More... | |
const unsigned int | AWS_ERR_SINK_NO_TRIGGERS = 2 |
could not handle trigger, because there are none. More... |
Definition in file awsdefs.h.