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
         CharDelay=0.050000
         EOLDelay=0.600000
         OnCreateComponent=Scroller.InternalOnCreateComponent
         WinTop=0.050000
         WinLeft=0.050000
         WinWidth=0.350000
         WinHeight=0.200000
     End Object
     Controls(0)=GUIScrollTextBox'XInterface.ListTest.Scroller'

     Begin Object Class=GUIButton Name=btnAddItems
         WinTop=0.550000
         WinLeft=0.050000
         WinWidth=0.400000
         WinHeight=0.060000
         OnClick=ListTest.AddClick
         OnKeyEvent=btnAddItems.InternalOnKeyEvent
     End Object
     Controls(1)=GUIButton'XInterface.ListTest.btnAddItems'

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:04.968 - Created with UnCodeX