| 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
WinTop=0.05
WinLeft=0.05
WinWidth=0.35
WinHeight=0.2
CharDelay=0.05
EOLDelay=0.6
End Object
Begin Object Class=GUIButton Name=btnAddItems
WinLeft=0.05
WinTop=0.55
WinWidth=0.4
WinHeight=0.06
OnClick=AddClick
End Object
Controls(0)=GUIScrollTextBox'Scroller'
Controls(1)=GUIButton'btnAddItems'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||