| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.TestPageBase
|
+-- XInterface.ListTest
| Variables Summary | |
|---|---|
| GUIScrollText | tScroll |
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Functions Summary | ||
|---|---|---|
![]() | bool | AddClick (GUIComponent Sender)) |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
| Inherited Functions from XInterface.GUIPage |
|---|
| AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
| Variables Detail |
|---|
| Functions Detail |
|---|
AddClick Source code
InitComponent Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=GUIScrollTextBox Name=Scroller
CharDelay=0.050000
EOLDelay=0.600000
OnCreateComponent=Scroller.InternalOnCreateComponent
WinTop=0.050000
WinLeft=0.050000
WinWidth=0.350000
WinHeight=0.200000
End Object
Controls(0)=GUIScrollTextBox'XInterface.ListTest.Scroller'
Begin Object Class=GUIButton Name=btnAddItems
WinTop=0.550000
WinLeft=0.050000
WinWidth=0.400000
WinHeight=0.060000
OnClick=ListTest.AddClick
OnKeyEvent=btnAddItems.InternalOnKeyEvent
End Object
Controls(1)=GUIButton'XInterface.ListTest.btnAddItems'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||