I don't need to test my programs. I have an error-correcting modem.
UE2:GUITabButton (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIButton >> GUITabButton |
Contents |
| This is an auto-generated page and may need human attention. Please remove this 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] bActive
Type: bool
Is this the active tab
[edit] bForceFlash
Type: bool
Lets you get a tab to flash even if its not focused
[edit] MyPanel
Type: GUITabPanel
[edit] Default values
| Property | Value |
|---|---|
| bBoundToParent | True |
| bNeverFocus | True |
| OnClickSound | CS_Edit |
| StyleName | "TabButton" |
| WinHeight | 0.075 |
[edit] Functions
[edit] Events
[edit] SetFocus
event SetFocus (GUIComponent Who)
Overrides: GUIComponent.SetFocus
[edit] Other instance functions
[edit] CanShowPanel
function bool CanShowPanel ()
[edit] ChangeActiveState
[edit] InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIButton.InitComponent
