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

KFGui.GUIInvBodyTabPanel

Extends
GUIPanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- KFGui.GUIInvBodyTabPanel

Variables Summary
Inherited Variables from XInterface.GUIPanel
Background
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
Inherited Functions from XInterface.GUIPanel
InitComponent
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUILabel Name=ItemName
         TextAlign=TXTA_Center
         TextColor=(B=255,G=255,R=255)
         VertAlign=TXTA_Center
         FontScale=FNS_Small
         WinWidth=0.230000
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     Controls(0)=GUILabel'KFGui.GUIInvBodyTabPanel.ItemName'


     Begin Object Class=GUILabel Name=Ammo
         TextAlign=TXTA_Center
         TextColor=(B=255,G=255,R=255)
         VertAlign=TXTA_Center
         FontScale=FNS_Small
         WinLeft=0.230000
         WinWidth=0.140000
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     Controls(1)=GUILabel'KFGui.GUIInvBodyTabPanel.Ammo'


     Begin Object Class=GUIInvButton Name=ClipButton
         FontScale=FNS_Small
         WinLeft=0.370000
         WinWidth=0.160000
         WinHeight=0.800000
         bBoundToParent=True
         bScaleToParent=True
         ToolTip=None


         OnKeyEvent=ClipButton.InternalOnKeyEvent
     End Object
     Controls(2)=GUIInvButton'KFGui.GUIInvBodyTabPanel.ClipButton'


     Begin Object Class=GUIInvButton Name=FillButton
         FontScale=FNS_Small
         WinLeft=0.540000
         WinWidth=0.160000
         WinHeight=0.800000
         bBoundToParent=True
         bScaleToParent=True
         ToolTip=None


         OnKeyEvent=FillButton.InternalOnKeyEvent
     End Object
     Controls(3)=GUIInvButton'KFGui.GUIInvBodyTabPanel.FillButton'


     Begin Object Class=GUILabel Name=ItemPrice
         TextAlign=TXTA_Center
         TextColor=(B=255,G=255,R=255)
         VertAlign=TXTA_Center
         FontScale=FNS_Small
         WinLeft=0.700000
         WinWidth=0.140000
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     Controls(4)=GUILabel'KFGui.GUIInvBodyTabPanel.ItemPrice'


     Begin Object Class=GUIInvButton Name=SellButton
         FontScale=FNS_Small
         WinLeft=0.840000
         WinWidth=0.160000
         WinHeight=0.800000
         bBoundToParent=True
         bScaleToParent=True
         ToolTip=None


         OnKeyEvent=SellButton.InternalOnKeyEvent
     End Object
     Controls(5)=GUIInvButton'KFGui.GUIInvBodyTabPanel.SellButton'


}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:45.128 - Created with UnCodeX