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

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

Property Value
ListClass Class'UWindow.UWindowPageControlPage'

Instance functions

AddPage

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


BeforePaint

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

Overrides: UWindowTabControl.BeforePaint


Close

function Close (optional bool bByParent)

Overrides: UWindowWindow.Close


DeletePage

function DeletePage (UWindowPageControlPage P)


FirstPage

function UWindowPageControlPage FirstPage ()


GetDesiredDimensions

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowWindow.GetDesiredDimensions


GetPage

function UWindowPageControlPage GetPage (string Caption)


GotoTab

function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)

Overrides: UWindowTabControl.GotoTab


InsertPage

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


Paint

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

Overrides: UWindowTabControl.Paint


ResolutionChanged

function ResolutionChanged (float W, float H)

Overrides: UWindowWindow.ResolutionChanged