Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI2K4.MyTest2Page

Extends
TestPageBase

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.TestPageBase
               |   
               +-- GUI2K4.MyTest2Page

Variables Summary
GUIEditboxed_Test
GUIImagei_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

ed_Test Source code

var automated GUIEditbox ed_Test;

i_Background Source code

var automated GUIImage i_Background;


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
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:07.125 - Created with UnCodeX