Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
enwidgets.c File Reference

Go to the source code of this file.

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