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

UE1:UWindowTabControl (U1)

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

null

Properties[edit]

LeftButton[edit]

Type: UWindowTabControlLeftButton


RightButton[edit]

Type: UWindowTabControlRightButton


SelectedTab[edit]

Type: UWindowTabControlItem


TabArea[edit]

Type: UWindowTabControlTabArea


Default values[edit]

Property Value
ListClass Class'UWindow.UWindowTabControlItem'

Instance functions[edit]

AddTab[edit]

function UWindowTabControlItem AddTab (string Caption)


BeforePaint[edit]

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

Overrides: UWindowDialogControl.BeforePaint


Created[edit]

function Created ()

Overrides: UWindowListControl.Created


DeleteTab[edit]

function DeleteTab (UWindowTabControlItem Tab)


GetTab[edit]

function UWindowTabControlItem GetTab (string Caption)


GotoTab[edit]

function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)


InsertTab[edit]

function UWindowTabControlItem InsertTab (UWindowTabControlItem BeforeTab, string Caption)


Paint[edit]

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

Overrides: UWindowWindow.Paint