Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Interactions | +-- Engine.Interaction | +-- UWindow.UWindowBase | +-- UWindow.UWindowWindow | +-- UWindow.UWindowDialogControl | +-- UWindow.UWindowListControl | +-- UWindow.UWindowTabControl
UWindowPageControl
Inherited Variables from UWindow.UWindowListControl |
---|
bNoSelectionBox, Items, ListClass, SelectionBkgColor, SelectionColor |
Inherited Variables from UWindow.UWindowDialogControl |
---|
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY |
Functions Summary | ||
---|---|---|
![]() | UWindowTabControlItem | AddTab (string Caption)) |
![]() | BeforePaint (Canvas C, float X, float Y)) | |
![]() | Created ())) | |
![]() | DeleteTab (UWindowTabControlItem Tab )) | |
![]() | UWindowTabControlItem | GetTab (string Caption )) |
![]() | GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser )) | |
![]() | UWindowTabControlItem | InsertTab (UWindowTabControlItem BeforeTab, string Caption)) |
![]() | Paint (Canvas C, float X, float Y)) | |
![]() | 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 |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { ListClass=class'UWindowTabControlItem' bMultiLine=False } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |