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

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIButton >> GUITabButton

Contents

Package: 
GUI
This class in other games:
UT2003, UT2004

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

function ChangeActiveState (bool IsActive, bool bFocusPanel)


[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIButton.InitComponent