Cogito, ergo sum

UE2:MyTestPanelB (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> MyTestPanelB

Contents

Package: 
GUI
This class in other games:
UT2004

(C) 2002, Epic Games

[edit] Properties

[edit] ComboTest

Type: moComboBox

Modifiers: automated


Default value: moComboBox'caOne'

[edit] lbListBoxTest

Type: GUILabel

Modifiers: automated


Default value: GUILabel'laTwo'

[edit] lbScrollTextBox

Type: GUILabel

Modifiers: automated


Default value: GUILabel'laThree'

[edit] ListBoxTest

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'caTwo'

[edit] ScrollTextBoxTest

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'caThree'

[edit] Default values

Property Value
Background Texture'GUIContent.Menu.EpicLogo'
WinHeight 0.807813
WinTop 55.9805

[edit] Subobjects

[edit] caOne

Class: GUI.moComboBox

Property Value
Caption "moComboBox Test"
ComponentJustification TXTA_Left
Hint "This is a combo box"
WinLeft 0.03125
WinTop 0.079339

[edit] caThree

Class: GUI.GUIScrollTextBox

Property Value
bVisibleWhenEmpty True
CharDelay 0.05
TabOrder 2
WinHeight 0.70625
WinLeft 0.515625
WinTop 0.251653
WinWidth 0.445313

[edit] caTwo

Class: GUI.GUIListBox

Property Value
bVisibleWhenEmpty True
TabOrder 1
WinHeight 0.70625
WinLeft 0.03125
WinTop 0.251653
WinWidth 0.445313

[edit] laThree

Class: GUI.GUILabel

Property Value
Caption "Scrolling Text Test"
WinHeight 0.05
WinLeft 0.515625
WinTop 0.2
WinWidth 0.257813

[edit] laTwo

Class: GUI.GUILabel

Property Value
Caption "ListBox Test"
WinHeight 0.05
WinLeft 0.03125
WinTop 0.2
WinWidth 0.15625

[edit] Instance functions

[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent