I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

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

DesiredHeight

Type: float


DesiredWidth

Type: float


TabLast

Type: UWindowDialogControl


Instance functions

CreateControl

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


GetDesiredDimensions

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowWindow.GetDesiredDimensions


Notify

function Notify (UWindowDialogControl C, byte E)


OKPressed

function OKPressed ()


Paint

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

Overrides: UWindowWindow.Paint