I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:UWindowTabControl (UT)

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

null

Properties

bMultiLine

Type: bool


bSelectNearestTabOnRemove

Type: bool


LeftButton

Type: UWindowTabControlLeftButton


RightButton

Type: UWindowTabControlRightButton


SelectedTab

Type: UWindowTabControlItem


TabArea

Type: UWindowTabControlTabArea


Default values

Property Value
ListClass Class'UWindow.UWindowTabControlItem'

Instance functions

AddTab

function UWindowTabControlItem AddTab (string Caption)


BeforePaint

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

Overrides: UWindowDialogControl.BeforePaint


Created

function Created ()

Overrides: UWindowListControl.Created


DeleteTab

function DeleteTab (UWindowTabControlItem Tab)


GetTab

function UWindowTabControlItem GetTab (string Caption)


GotoTab

function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)


InsertTab

function UWindowTabControlItem InsertTab (UWindowTabControlItem BeforeTab, string Caption)


Paint

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

Overrides: UWindowWindow.Paint


SetMultiLine

function SetMultiLine (bool InMultiLine)