Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- UWindow.UWindowBase | +-- UWindow.UWindowWindow | +-- UWindow.UWindowDialogControl | +-- UWindow.UWindowListControl | +-- UWindow.UWindowTabControl | +-- UWindow.UWindowPageControl
Variables Summary |
---|
Inherited Variables from UWindow.UWindowTabControl |
---|
LeftButton, RightButton, SelectedTab, TabArea |
Inherited Variables from UWindow.UWindowListControl |
---|
Items, ListClass |
Functions Summary | ||
---|---|---|
![]() | UWindowPageControlPage | AddPage (string Caption, class<UWindowPageWindow> PageClass) |
![]() | BeforePaint (Canvas C, float X, float Y) | |
![]() | Close (optional bool bByParent) | |
![]() | DeletePage (UWindowPageControlPage P) | |
![]() | GetDesiredDimensions (out float W, out float H) | |
![]() | UWindowPageControlPage | GetPage (string Caption) |
![]() | GotoTab (UWindowTabControlItem NewSelected) | |
![]() | UWindowPageControlPage | InsertPage (UWindowPageControlPage BeforePage, string Caption, class<UWindowPageWindow> PageClass) |
![]() | Paint (Canvas C, float X, float Y) | |
![]() | ResolutionChanged (float W, float H) |
Inherited Functions from UWindow.UWindowTabControl |
---|
AddTab, BeforePaint, Created, DeleteTab, GetTab, GotoTab, InsertTab, Paint |
Inherited Functions from UWindow.UWindowListControl |
---|
Created, DrawItem |
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { ListClass=Class'UWindow.UWindowPageControlPage' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |