UE2:GUI enums (UT2003)

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

Enums

eEditMask

EDM_None
EDM_Alpha
EDM_Numeric

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

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.

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