Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WidgetFlags.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
64
@ CENTER
Text will be centered.
@ ADDITIVE
Additive blending (works with SS_TRANSP).
Definition ShapeFlags.c:36
@ VISIBLE
Make it visible. Set by default.
Definition ShapeFlags.c:34
@ DISABLED
General event switch.
Definition EntityEvent.c:35
WidgetFlags
Widget flags. See enf::Widget::SetFlags().
Definition WidgetFlags.c:14
@ NOFILTER
Image will not be bilinear filtered.
Definition WidgetFlags.c:44
@ NO_LOCALIZATION
Text will not be parsed for string IDs.
Definition WidgetFlags.c:62
@ NO_PIXEL_PERFECT
Indicates that a widget position & size is rounded to always be a whole number.
Definition WidgetFlags.c:34
@ FLIPU
Image will be horizontally flipped. Used by enf::ImageWidget and enf::TextWidget.
Definition WidgetFlags.c:48
@ STRETCH
Image will be used as big, as widget is and will be stretched accordingly.
Definition WidgetFlags.c:46
@ VCENTER
Text will be vertically centered.
Definition WidgetFlags.c:56
@ NOFOCUS
UI Widget will never get focus.
Definition WidgetFlags.c:32
@ BLEND
Widget will be alpha-blended.
Definition WidgetFlags.c:36
@ INHERIT_CLIPPING
Inherits WF_CLIPCHILDREN setting from its parent.
Definition WidgetFlags.c:20
@ SHADOW
Rendering of image shadow, INTERNAL USE ONLY.
Definition WidgetFlags.c:40
@ CLIPCHILDREN
Children will be clipped by regions of this widget.
Definition WidgetFlags.c:18
@ INHERIT_COLOR
Inherits transparency from parent Widget.
Definition WidgetFlags.c:28
@ RALIGN
Text will be right aligned.
Definition WidgetFlags.c:58
@ WRAP_TEXT
Text will be wrapped on horizontal overflow.
Definition WidgetFlags.c:60
@ NOWRAP
Image will not be wrapped.
Definition WidgetFlags.c:42
@ FLIPV
Image will be vertically flipped. Used by enf::ImageWidget and enf::TextWidget.
Definition WidgetFlags.c:50
@ DO_NOT_CLIP_RECT
Clip by rectangle given by some of the previous widgets.
Definition WidgetFlags.c:22
@ CUSTOMUV
UV mapping will be externally set. Usable for special mappings as rotation etc. Used by enf::ImageWid...
Definition WidgetFlags.c:52
@ IGNORE_CURSOR
Widget will ignore query for widget which pointer is pointing to.
Definition WidgetFlags.c:26
@ DIRTY
Indicates that a widget is dirty and should be updated.
Definition WidgetFlags.c:24