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 { WinTop=0.0 WinLeft=0.0 WinHeight=1.0 WinWidth=1.0 Begin Object Class=GUIEditbox Name=TestEdit WinWidth=0.2 WinHeight=0.2 WinTop=0.2 WinLeft=0.2 End Object ed_Test=TestEdit Begin Object Class=GUIImage Name=PageBackground Image=Material'2K4Menus.Controls.popupBorder_b' WinTop=0.2 WinLeft=0.2 WinHeight=0.6 WinWidth=0.6 End Object i_Background=PageBackground Begin Object Class=GUIImage Name=PageFill End Object Background=Material'2K4Menus.Controls.menuBackground2' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |