Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE2:GUIComboBox (UE2Runtime)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIComboBox |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 AddItem
- 2.2.2 find
- 2.2.3 Get
- 2.2.4 GetExtra
- 2.2.5 GetIndex
- 2.2.6 GetItem
- 2.2.7 GetItemObject
- 2.2.8 GetObject
- 2.2.9 GetText
- 2.2.10 HideListBox
- 2.2.11 InitComponent
- 2.2.12 InternalEditPressed
- 2.2.13 InternalListClick
- 2.2.14 InternalListDeActivate
- 2.2.15 InternalOnInvalidate
- 2.2.16 InternalOnMousePressed
- 2.2.17 ItemChanged
- 2.2.18 ItemCount
- 2.2.19 ReadOnly
- 2.2.20 RemoveItem
- 2.2.21 SetHint
- 2.2.22 SetIndex
- 2.2.23 SetText
- 2.2.24 ShowListBox
- 2.2.25 TextChanged
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. |
Class: GUI.GUIComboBox
A Combination of an EditBox, a Down Arrow Button and a ListBox
Written by Michel Comeau (c) 2002, Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'Menu'[edit]
bListItemsOnly[edit]
Type: bool
bReadOnly[edit]
Type: bool
bShowListOnFocus[edit]
Type: bool
MaxVisibleItems[edit]
Type: int
Default value: 8
Internal variables[edit]
Edit[edit]
Type: GUIEditBox
Modifiers: automated
Default value: GUIEditBox'EditBox1'
Index[edit]
Type: int
List[edit]
Type: GUIList
MyListBox[edit]
Type: GUIListBox
Modifiers: automated
Default value: GUIListBox'ListBox1'
MyShowListBtn[edit]
Type: GUIComboButton
Modifiers: automated
Default value: GUIComboButton'ShowList'
TextStr[edit]
Type: string
Default values[edit]
Property | Value |
---|---|
PropagateVisibility | True |
WinHeight | 0.06 |
Subobjects[edit]
EditBox1[edit]
Class: GUI.GUIEditBox
Empty subobject definition.
ListBox1[edit]
Class: GUI.GUIListBox
Property | Value |
---|---|
bVisible | False |
StyleName | "ComboListBox" |
ShowList[edit]
Class: GUI.GUIComboButton
Empty subobject definition.
Functions[edit]
Events[edit]
SetVisibility[edit]
Overrides: GUIMultiComponent.SetVisibility
Other instance functions[edit]
AddItem[edit]
find[edit]
Get[edit]
GetExtra[edit]
GetIndex[edit]
GetItem[edit]
GetItemObject[edit]
GetObject[edit]
GetText[edit]
HideListBox[edit]
InitComponent[edit]
Overrides: GUIMultiComponent.InitComponent
InternalEditPressed[edit]
InternalListClick[edit]
InternalListDeActivate[edit]
InternalOnInvalidate[edit]
InternalOnMousePressed[edit]
ItemChanged[edit]
ItemCount[edit]
ReadOnly[edit]
RemoveItem[edit]
SetHint[edit]
Overrides: GUIComponent.SetHint