Cogito, ergo sum
UE2:MyTestPanelB (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> TestPanelBase >> MyTestPanelB |
- Package:
- GUI2K4
- This class in other games:
- UE2Runtime
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
(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 | Material'InterfaceContent.Backgrounds.bg11' |
WinHeight | 0.807813 |
WinTop | 55.9805 |
Subobjects[edit]
caOne[edit]
Class: XInterface.moComboBox
Property | Value |
---|---|
Caption | "moComboBox Test" |
CaptionWidth | 0.5 |
ComponentJustification | TXTA_Left |
Hint | "This is a combo box" |
TabOrder | 0 |
WinHeight | 0.06 |
WinLeft | 0.03125 |
WinTop | 0.079339 |
WinWidth | 0.5 |
caThree[edit]
Class: XInterface.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: XInterface.GUIListBox
Property | Value |
---|---|
bVisibleWhenEmpty | True |
TabOrder | 1 |
WinHeight | 0.70625 |
WinLeft | 0.03125 |
WinTop | 0.251653 |
WinWidth | 0.445313 |
laThree[edit]
Class: XInterface.GUILabel
Property | Value |
---|---|
Caption | "Scrolling Text Test" |
WinHeight | 0.05 |
WinLeft | 0.515625 |
WinTop | 0.2 |
WinWidth | 0.257813 |
laTwo[edit]
Class: XInterface.GUILabel
Property | Value |
---|---|
Caption | "ListBox Test" |
WinHeight | 0.05 |
WinLeft | 0.03125 |
WinTop | 0.2 |
WinWidth | 0.15625 |
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent