Functions Summary |
 | | Activate ()))
|
 | | AddTab (string PanelClassName, string PanelName, string ButtonClassName, string ButtonName, optional out GUIPanel NewPanel, optional out GUIButton NewButton ))
|
 | | AddTab (int index, sTabButtonPair NewPair, optional out GUIPanel NewPanel, optional out GUIButton NewButton ))
|
 | | AddTab (sTabButtonPair NewPair, optional out GUIPanel NewPanel, optional out GUIButton NewButton ))
|
 | | AddTab (GUIPanel Panel, GUIButton Header, optional out GUIPanel NewPanel, optional out GUIButton NewButton ))
|
 | | AddTab (int index, string PanelClassName, string PanelName, string ButtonClassName, string ButtonName, optional out GUIPanel NewPanel, optional out GUIButton NewButton ))
|
 | | AddTab (int index, GUIPanel Panel, GUIButton Header, optional out GUIPanel NewPanel, optional out GUIButton NewButton ))
|
 | | AlignTabs (eProgressDirection AlignDirection, bool ButtonsAlignedTopLeft, int MaxButtonsPerRow, float RowSize, float RowSpacing, float ButtonSpacing ))
|
 | | Clear ()))
|
 | sTabButtonPair | CreateNewPair (string PanelClassName, string PanelName, string ButtonClassName, string ButtonName ))
|
 | | DeActivate ()))
|
 | sTabButtonPair | GetTab (int index ))
|
 | sTabButtonPair | GetTabByHeader (GUIButton Header ))
|
 | sTabButtonPair | GetTabByPanel (GUIPanel Panel ))
|
 | int | GetTabIndexByHeader (GUIButton Header ))
|
 | int | GetTabIndexByHeaderCaption (String HeaderCaption ))
|
 | int | GetTabIndexByPanel (GUIPanel Panel ))
|
 | | Hide ()))
|
 | | InitComponent (GUIComponent MyOwner))
|
 | | InternalAddTab (int index, GUIPanel Panel, GUIButton Header, optional out GUIPanel NewPanel, optional out GUIButton NewButton ))
|
 | | InternalOpenTabPair (sTabButtonPair theTab ))
|
 | bool | IsEmpty ()))
|
 | int | Num ()))
|
 | | OpenTab (int index ))
|
 | | OpenTab (GUIPanel Tab ))
|
 | | OpenTab (GUIButton Header ))
|
 | | RemoveTab (GUIPanel Panel ))
|
 | | RemoveTab (int index ))
|
 | | RemoveTab (String HeaderCaption ))
|
 | | RemoveTab (GUIButton Header ))
|
 | | SetTabEnabled (GUIPanel Tab, bool bEnabled ))
|
 | | Show ()))
|
 | | TabHeaderClick (GUIComponent Sender))
|