Gah - a solution with more questions. – EntropicLqd
UE2:GUITabPanel (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel |
Contents |
- Package:
- XInterface
- Direct subclasses:
- Browser_Page, IRC_Page, JoeTestPanelA, JoeTestPanelB, Tab_AdminPlayerList, Tab_AudioSettings, Tab_ControlSettings, Tab_DetailSettings, Tab_GameSettings, Tab_HudSettings, Tab_IForceSettings, Tab_InstantActionBaseRules, Tab_InstantActionBotConfig, Tab_InstantActionMain, Tab_InstantActionMapList, Tab_InstantActionMutators, Tab_MultiplayerHostMain, Tab_MultiplayerHostServerSettings, Tab_NetworkSettings, Tab_PlayerSettings, Tab_SPPanelBase, Tab_ServerInfo, Tab_ServerMOTD, Tab_VideoSettings, Tab_WeaponPref
- This class in other games:
- UE2Runtime, UT2004
| This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
GUITabButton - A Tab Button has an associated Tab Control, and TabPanel.
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] Property group 'Menu'
[edit] bFillHeight
Type: bool
If true, the panel will set it's height = Top - ClipY
[edit] Internal variables
[edit] MyButton
Type: GUITabButton
[edit] Instance functions
[edit] CanShowPanel
function bool CanShowPanel ()
[edit] InitPanel
function InitPanel ()
[edit] Refresh
function Refresh ()
[edit] ShowPanel
function ShowPanel (bool bShow)
