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

XInterface.ListTest

Extends
TestPageBase

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

Variables Summary
GUIScrollTexttScroll
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
functionbool AddClick (GUIComponent Sender))
function 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

tScroll Source code

var GUIScrollText tScroll;


Functions Detail

AddClick Source code

function bool AddClick ( GUIComponent Sender) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )


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