My program doesn't have bugs. It just develops random features.

UE1:UWindowPageControl (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UWindow
This class in other games:
RTNP, UT

null

Default values[edit]

Property Value
ListClass Class'UWindow.UWindowPageControlPage'

Instance functions[edit]

AddPage[edit]

function UWindowPageControlPage AddPage (string Caption, class<UWindowPageWindowPageClass, optional name ObjectName)


BeforePaint[edit]

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

Overrides: UWindowTabControl.BeforePaint


Close[edit]

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


DeletePage[edit]

function DeletePage (UWindowPageControlPage P)


FirstPage[edit]

function UWindowPageControlPage FirstPage ()


GetDesiredDimensions[edit]

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowWindow.GetDesiredDimensions


GetPage[edit]

function UWindowPageControlPage GetPage (string Caption)


GotoTab[edit]

function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)

Overrides: UWindowTabControl.GotoTab


InsertPage[edit]

function UWindowPageControlPage InsertPage (UWindowPageControlPage BeforePage, string Caption, class<UWindowPageWindowPageClass, optional name ObjectName)


Paint[edit]

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

Overrides: UWindowTabControl.Paint


ResolutionChanged[edit]

function ResolutionChanged (float W, float H)

Overrides: UWindowWindow.ResolutionChanged