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