Cogito, ergo sum

UE1:UWindowDialogClientWindow (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow
Package: 
UWindow
Direct subclasses:
UBrowserOpenBar, UMenuBotmatchClientWindow, UMenuDialogClientWindow, UMenuOptionsClientWindow, UMenuScreenshotCW, UWindowConsoleClientWindow, UWindowMessageBoxCW, UWindowPageWindow
This class in other games:
U1, 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, optional UWindowWindow OwnerWindow)


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