| 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 |
|---|
AddPage Source code
BeforePaint Source code
Close Source code
DeletePage Source code
GetDesiredDimensions Source code
GetPage Source code
GotoTab Source code
InsertPage Source code
Paint Source code
ResolutionChanged Source code| Defaultproperties |
|---|
defaultproperties { ListClass=Class'UWindow.UWindowPageControlPage' } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||