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 | +-- GUI2K4.MyTest2Page
Variables Summary | |
---|---|
GUIEditbox | ed_Test |
GUIImage | i_Background |
Inherited Variables from XInterface.GUIPage |
---|
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
Functions Summary |
---|
Inherited Functions from XInterface.GUIPage |
---|
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
Variables Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIImage Name=PageBackground Image=Texture'2K4Menus.Controls.popupBorder_b' WinTop=0.200000 WinLeft=0.200000 WinWidth=0.600000 WinHeight=0.600000 End Object i_Background=GUIImage'GUI2K4.MyTest2Page.PageBackground' Begin Object Class=GUIEditBox Name=TestEdit WinTop=0.200000 WinLeft=0.200000 WinWidth=0.200000 WinHeight=0.200000 OnActivate=TestEdit.InternalActivate OnDeActivate=TestEdit.InternalDeactivate OnKeyType=TestEdit.InternalOnKeyType OnKeyEvent=TestEdit.InternalOnKeyEvent End Object ed_Test=GUIEditBox'GUI2K4.MyTest2Page.TestEdit' Background=Texture'2K4Menus.Controls.menuBackground2' WinHeight=1.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |