UE1:UWindowBase (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
U1 Object >> UWindowBase
Package:
UWindow
Direct subclasses:
UWindowLayoutBase, UWindowLayoutCell, UWindowLookAndFeel, UWindowWindow
This class in other games:

null

Constants

F_Normal

Value: 0

Normal font

Enums

FrameHitTest

HT_NW
HT_N
HT_NE
HT_W
HT_E
HT_SW
HT_S
HT_SE
HT_TitleBar
HT_DragHandle
HT_None

MenuSound

MS_MenuPullDown
MS_MenuCloseUp
MS_MenuItem
MS_WindowOpen
MS_WindowClose
MS_ChangeTab

TextAlign

TA_Left
TA_Right
TA_Center

Structs

Region

int X
int Y
int W
int H

TexRegion

int X
int Y
int W
int H
Texture T

Instance functions

GetRegion

function Region GetRegion (TexRegion T)


NewRegion

function Region NewRegion (float X, float Y, float W, float H)


NewTexRegion

function TexRegion NewTexRegion (float X, float Y, float W, float H, Texture T)