Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
Widget UI system

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
 

Detailed Description

Typedef Documentation

◆ EventType

typedef TypeID EventType

Definition at line 55 of file enwidgets.c.

◆ WidgetType

typedef TypeID WidgetType

Definition at line 52 of file enwidgets.c.

Enumeration Type Documentation

◆ WidgetAlignment

Definition at line 88 of file enwidgets.c.

◆ WidgetFlags

Enumerator
SOURCEALPHA 
BLEND 
ADDITIVE 
VISIBLE 
NOWRAP 
CENTER 
VCENTER 
HEXACTPOS 
VEXACTPOS 
EXACTPOS 
HEXACTSIZE 
VEXACTSIZE 
EXACTSIZE 
NOFILTER 
RALIGN 
STRETCH 
FLIPU 
FLIPV 
CUSTOMUV 
IGNOREPOINTER 
DISABLED 
NOFOCUS 
CLIPCHILDREN 
RENDER_ALWAYS 
NOCLEAR 
DRAGGABLE 

Definition at line 57 of file enwidgets.c.

Function Documentation

◆ AddChildAfter()

proto native void GetContentAlignmentH::AddChildAfter ( Widget child,
Widget after,
bool immedUpdate = true )

Variable Documentation

◆ WA_BOTTOM

WA_BOTTOM = 1

Definition at line 4 of file enwidgets.c.

◆ WA_CENTER

WA_CENTER = 2

Definition at line 2 of file enwidgets.c.

◆ WA_LEFT

WA_LEFT = 0

Definition at line 0 of file enwidgets.c.

◆ WA_RIGHT

WA_RIGHT = 1

Definition at line 1 of file enwidgets.c.

◆ WA_TOP

WA_TOP = 0

Definition at line 3 of file enwidgets.c.