The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:UWindowDialogClientWindow (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow

Contents

Package: 
UWindow
Direct subclasses:
UBrowserOpenBar, UWindowPageWindow
This class in other games:
RTNP, UT

null

[edit] Properties

[edit] DesiredHeight

Type: float


[edit] DesiredWidth

Type: float


[edit] TabLast

Type: UWindowDialogControl


[edit] Instance functions

[edit] CreateControl

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


[edit] GetDesiredDimensions

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowWindow.GetDesiredDimensions


[edit] Notify

function Notify (UWindowDialogControl C, byte E)


[edit] OKPressed

function OKPressed ()


[edit] Paint

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

Overrides: UWindowWindow.Paint