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

UT2004RPG.RPGAbilityDescMenu

Extends
LargeWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LargeWindow
                        |   
                        +-- UT2004RPG.RPGAbilityDescMenu

Variables Summary
GUIButtonCloseButton
GUILabelMyLabel
GUIScrollTextBoxMyScrollText
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName

Functions Summary
functionbool CloseClick (GUIComponent Sender)
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked


Variables Detail

CloseButton Source code

var automated GUIButton CloseButton;

MyLabel Source code

var automated GUILabel MyLabel;

MyScrollText Source code

var automated GUIScrollTextBox MyScrollText;


Functions Detail

CloseClick Source code

function bool CloseClick ( GUIComponent Sender )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIScrollTextBox Name=InfoText
         CharDelay=0.002500
         EOLDelay=0.002500
         OnCreateComponent=InfoText.InternalOnCreateComponent
         WinTop=0.300000
         WinLeft=0.210000
         WinWidth=0.580000
         WinHeight=0.390000
         bNeverFocus=True
     End Object
     MyScrollText=GUIScrollTextBox'UT2004RPG.RPGAbilityDescMenu.InfoText'

     Begin Object Class=GUIButton Name=ButtonClose
         Caption="Close"
         WinTop=0.700000
         WinLeft=0.400000
         WinWidth=0.200000
         OnClick=RPGAbilityDescMenu.CloseClick
         OnKeyEvent=ButtonClose.InternalOnKeyEvent
     End Object
     CloseButton=GUIButton'UT2004RPG.RPGAbilityDescMenu.ButtonClose'

     WindowName="Ability"
     bAllowedAsLast=True
}

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