Always snap to grid

UE2:MyTestPanelB (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> MyTestPanelB
Package: 
GUI
This class in other games:
UT2004

(C) 2002, Epic Games

Properties[edit]

ComboTest[edit]

Type: moComboBox

Modifiers: automated


Default value: moComboBox'caOne'

lbListBoxTest[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'laTwo'

lbScrollTextBox[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'laThree'

ListBoxTest[edit]

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'caTwo'

ScrollTextBoxTest[edit]

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'caThree'

Default values[edit]

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

Subobjects[edit]

caOne[edit]

Class: GUI.moComboBox

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

caThree[edit]

Class: GUI.GUIScrollTextBox

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

caTwo[edit]

Class: GUI.GUIListBox

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

laThree[edit]

Class: GUI.GUILabel

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

laTwo[edit]

Class: GUI.GUILabel

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

Instance functions[edit]

InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent