Mostly Harmless

UE1:UWindowDialogClientWindow (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow
Package: 
UWindow
Direct subclasses:
UBrowserOpenBar, UWindowPageWindow
This class in other games:
RTNP, UT

null

Properties[edit]

DesiredHeight[edit]

Type: float


DesiredWidth[edit]

Type: float


TabLast[edit]

Type: UWindowDialogControl


Instance functions[edit]

CreateControl[edit]

function UWindowDialogControl CreateControl (class<UWindowDialogControlControlClass, float X, float Y, float W, float H)


GetDesiredDimensions[edit]

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowWindow.GetDesiredDimensions


Notify[edit]

function Notify (UWindowDialogControl C, byte E)


OKPressed[edit]

function OKPressed ()


Paint[edit]

function Paint (Canvas C, float X, float Y)

Overrides: UWindowWindow.Paint