![]() |
Dayz Explorer 1.28.160049
|
Typedefs | |
| typedef TypeID | WidgetType |
| typedef TypeID | EventType |
Enumerations | |
| enum | WidgetFlags { SOURCEALPHA , BLEND , ADDITIVE , VISIBLE , NOWRAP , CENTER , VCENTER , HEXACTPOS , VEXACTPOS , EXACTPOS , HEXACTSIZE , VEXACTSIZE , EXACTSIZE , NOFILTER , RALIGN , STRETCH , FLIPU , FLIPV , CUSTOMUV , IGNOREPOINTER , DISABLED = 0 , NOFOCUS , CLIPCHILDREN , RENDER_ALWAYS , NOCLEAR , DRAGGABLE } |
| enum | WidgetAlignment |
Functions | |
| proto native void | AddChildAfter (Widget child, Widget after, bool immedUpdate=true) |
Variables | |
| WA_LEFT = 0 | |
| WA_RIGHT = 1 | |
| WA_CENTER = 2 | |
| WA_TOP = 0 | |
| WA_BOTTOM = 1 | |
Definition at line 55 of file enwidgets.c.
| typedef TypeID WidgetType |
Definition at line 52 of file enwidgets.c.
| enum WidgetAlignment |
Definition at line 88 of file enwidgets.c.
| enum WidgetFlags |
Definition at line 57 of file enwidgets.c.
| proto native void GetContentAlignmentH::AddChildAfter | ( | Widget | child, |
| Widget | after, | ||
| bool | immedUpdate = true ) |
| WA_BOTTOM = 1 |
Definition at line 4 of file enwidgets.c.
| WA_CENTER = 2 |
Definition at line 2 of file enwidgets.c.
| WA_LEFT = 0 |
Definition at line 0 of file enwidgets.c.
| WA_RIGHT = 1 |
Definition at line 1 of file enwidgets.c.
| WA_TOP = 0 |
Definition at line 3 of file enwidgets.c.