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
{
	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
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:15.320 - Created with UnCodeX