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
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)
functionUWindowTabControlItem InsertTab (UWindowTabControlItem BeforeTab, string Caption)
function Paint (Canvas C, float X, float Y)
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem
Inherited Functions from UWindow.UWindowDialogControl
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor


Variables Detail

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 )

InsertTab Source code

function UWindowTabControlItem InsertTab ( UWindowTabControlItem BeforeTab, string Caption )

Paint Source code

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


Defaultproperties

defaultproperties
{
     ListClass=Class'UWindow.UWindowTabControlItem'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:49:34.703 - Created with UnCodeX