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

XInterface.JoeTestPanelA

Extends
TestPanelBase

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.TestPanelBase
                  |   
                  +-- XInterface.JoeTestPanelA

Variables Summary
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Functions Summary
function InitPanel ()
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Functions Detail

InitPanel Source code

function InitPanel ( )


Defaultproperties

defaultproperties
{
     Background=Texture'InterfaceContent.Backgrounds.bg10'
     Begin Object Class=GUIButton Name=TestButtonA
         Caption="Wow"
         WinTop=0.250000
         WinLeft=0.250000
         WinWidth=0.500000
         WinHeight=48.000000
         OnKeyEvent=TestButtonA.InternalOnKeyEvent
     End Object
     Controls(0)=GUIButton'XInterface.JoeTestPanelA.TestButtonA'

     Begin Object Class=GUIButton Name=TestButtonB
         Caption="Damn"
         WinTop=0.550000
         WinLeft=0.250000
         WinWidth=0.500000
         WinHeight=48.000000
         OnKeyEvent=TestButtonB.InternalOnKeyEvent
     End Object
     Controls(1)=GUIButton'XInterface.JoeTestPanelA.TestButtonB'

     WinTop=0.650000
     WinHeight=0.300000
}

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