Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
awsdefs.h File Reference
AWS Definitions. More...
Go to the source code of this file.
Variables | |
const unsigned int | AWSF_CMP_FOCUSED = 512 |
set if this component is focused | |
const unsigned int | AWSF_CMP_NON_CLIENT = 256 |
set if this component should not be clipped to client area | |
const unsigned int | AWSF_CMP_TOP_SELECT = 128 |
set if this component should come to the front when selected | |
const unsigned int | AWSF_CMP_WINDOW = 64 |
set if component is window | |
const unsigned int | AWSF_CMP_INVISIBLE = 16 |
set by window manager when a component gets too small during resize | |
const unsigned int | AWSF_CMP_HIDDEN = 8 |
set if component is hidden | |
const unsigned int | AWSF_CMP_ALWAYSERASE = 4 |
set if component always needs erased by parent first | |
const unsigned int | AWSF_CMP_TRANSPARENT = 2 |
set if component is transparent | |
const unsigned int | AWS_TRANSITION_SLIDE_IN_LEFT = 0 |
window slides left (start out to curframe) | |
const unsigned int | AWS_TRANSITION_SLIDE_IN_RIGHT = 1 |
window slides right | |
const unsigned int | AWS_TRANSITION_SLIDE_IN_UP = 2 |
window slides up | |
const unsigned int | AWS_TRANSITION_SLIDE_IN_DOWN = 3 |
window slides down | |
const unsigned int | AWS_TRANSITION_SLIDE_OUT_LEFT = 4 |
window slides left (start curframe to out, and window disappears) | |
const unsigned int | AWS_TRANSITION_SLIDE_OUT_RIGHT = 5 |
window slides right | |
const unsigned int | AWS_TRANSITION_SLIDE_OUT_UP = 6 |
window slides up | |
const unsigned int | AWS_TRANSITION_SLIDE_OUT_DOWN = 7 |
window slides down | |
const unsigned int | AWS_TRANSITION_SLIDE_LEFT = 8 |
window slides left (start out with cur frame, end with user frame) | |
const unsigned int | AWS_TRANSITION_SLIDE_RIGHT = 9 |
window slides right | |
const unsigned int | AWS_TRANSITION_SLIDE_UP = 10 |
window slides up | |
const unsigned int | AWS_TRANSITION_SLIDE_DOWN = 11 |
window slides down | |
const unsigned int | AWS_ERR_SINK_NONE = 0 |
no error | |
const unsigned int | AWS_ERR_SINK_TRIGGER_NOT_FOUND = 1 |
the requested trigger was not found | |
const unsigned int | AWS_ERR_SINK_NO_TRIGGERS = 2 |
could not handle trigger, because there are none. |
Detailed Description
AWS Definitions.
Definition in file awsdefs.h.
Generated for Crystal Space by doxygen 1.3.9.1