Gah - a solution with more questions. – EntropicLqd
UE2:GUITabButton (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIButton >> GUITabButton |
- Package:
- XInterface
- This class in other games:
- UT2003, UE2Runtime
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
Properties[edit]
bActive[edit]
Type: bool
Is this the active tab
bForceFlash[edit]
Type: bool
Lets you get a tab to flash even if its not focused
MyPanel[edit]
Type: GUITabPanel
This is the panel I control
Default values[edit]
Property | Value |
---|---|
bBoundToParent | True |
bNeverFocus | True |
OnClickSound | CS_Edit |
StyleName | "TabButton" |
WinHeight | 0.075 |
Functions[edit]
Events[edit]
SetFocus[edit]
event SetFocus (GUIComponent Who)
Overrides: GUIComponent.SetFocus
Other instance functions[edit]
CanShowPanel[edit]
function bool CanShowPanel ()