Always snap to grid

UE2:GUITabButton (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIButton >> GUITabButton
Package: 
XInterface
This class in other games:
UT2004, UE2Runtime

GUITabButton - A Tab Button has an associated Tab Control, and TabPanel.

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties

bActive

Type: bool

Is this the active tab

bForceFlash

Type: bool

Lets you get a tab to flash even if its not focused

MyPanel

Type: GUITabPanel

This is the panel I control

Default values

Property Value
bBoundToParent True
bNeverFocus True
OnClickSound CS_Edit
StyleName "TabButton"
WinHeight 0.075

Functions

Events

SetFocus

event SetFocus (GUIComponent Who)

Overrides: GUIComponent.SetFocus


Other instance functions

CanShowPanel

function bool CanShowPanel ()


ChangeActiveState

function ChangeActiveState (bool IsActive, bool bFocusPanel)


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIButton.InitComponent