Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UWindow.UWindowTabControl

Extends
UWindowListControl

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowListControl
            |   
            +-- UWindow.UWindowTabControl

Direct Known Subclasses:

UWindowPageControl

Variables Summary
boolbMultiLine
boolbSelectNearestTabOnRemove
UWindowTabControlLeftButtonLeftButton
UWindowTabControlRightButtonRightButton
UWindowTabControlItemSelectedTab
UWindowTabControlTabAreaTabArea
Inherited Variables from UWindow.UWindowListControl
Items, ListClass
Inherited Variables from UWindow.UWindowDialogControl
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY

Functions Summary
functionUWindowTabControlItem AddTab (string Caption))
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function DeleteTab (UWindowTabControlItem Tab ))
functionUWindowTabControlItem GetTab (string Caption ))
function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser ))
functionUWindowTabControlItem InsertTab (UWindowTabControlItem BeforeTab, string Caption))
function Paint (Canvas C, float X, float Y))
function SetMultiLine (bool InMultiLine))
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem
Inherited Functions from UWindow.UWindowDialogControl
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor


Variables Detail

bMultiLine Source code

var bool bMultiLine;

bSelectNearestTabOnRemove Source code

var bool bSelectNearestTabOnRemove;

LeftButton Source code

var UWindowTabControlLeftButton LeftButton;

RightButton Source code

var UWindowTabControlRightButton RightButton;

SelectedTab Source code

var UWindowTabControlItem SelectedTab;

TabArea Source code

var UWindowTabControlTabArea TabArea;


Functions Detail

AddTab Source code

function UWindowTabControlItem AddTab ( string Caption) )

BeforePaint Source code

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

Created Source code

function Created ( ) )

DeleteTab Source code

function DeleteTab ( UWindowTabControlItem Tab ) )

GetTab Source code

function UWindowTabControlItem GetTab ( string Caption ) )

GotoTab Source code

function GotoTab ( UWindowTabControlItem NewSelected, optional bool bByUser ) )

InsertTab Source code

function UWindowTabControlItem InsertTab ( UWindowTabControlItem BeforeTab, string Caption) )

Paint Source code

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

SetMultiLine Source code

function SetMultiLine ( bool InMultiLine) )


Defaultproperties

defaultproperties
{
     ListClass=Class'UWindow.UWindowTabControlItem'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:26.146 - Created with UnCodeX