UE2:GUI enums (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI (enums)
GUI enums in other games:

Enums

EAnimationType

AT_Position
AT_Dimension

eCellStyle

CELL_FixedSize
CELL_FixedCount

eDrawDirection

DRD_LeftToRight
DRD_RightToLeft
DRD_TopToBottom
DRD_BottomToTop

eDropState

DRP_None
Not participating in a drop operation
DRP_Source
Currently acting as a source
DRP_Target
Currently a target
DRP_Accept
Accepted dropped data
DRP_Reject
Reject dropped data

eEditMask

EDM_None
EDM_Alpha
EDM_Numeric

eFontScale

FNS_Small
FNS_Medium
FNS_Large

eIconPosition

ICP_Normal
ICP_Center
ICP_Scaled
ICP_Stretched
ICP_Bound

eImgAlign

IMGA_TopLeft
IMGA_Center
IMGA_BottomRight

eImgStyle

ISTY_Normal
ISTY_Stretched
ISTY_Scaled
ISTY_Bound
ISTY_Justified
ISTY_PartialScaled
ISTY_Tiled

EMenuRenderStyle

MSTY_None
MSTY_Normal
MSTY_Masked
MSTY_Translucent
MSTY_Modulated
MSTY_Alpha
MSTY_Additive
MSTY_Subtractive
MSTY_Particle
MSTY_AlphaZ

eMenuState

MSAT_Blurry
Component has no focus at all
MSAT_Watched
Component is being watched (ie: Mouse is hovering over, etc)
MSAT_Focused
Component is Focused (ie: selected)
MSAT_Pressed
Component is being pressed
MSAT_Disabled
Component is disabled.

EOrientation

ORIENT_Vertical
ORIENT_Horizontal

ePageAlign

PGA_None
PGA_Client
PGA_Left
PGA_Right
PGA_Top
PGA_Bottom

eTextAlign

TXTA_Left
TXTA_Center
TXTA_Right

eTextCase

TXTC_None
TXTC_Upper
TXTC_Lower