Mostly Harmless
UE2:GUIComboBox (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIComboBox |
Contents
- 1 Properties
- 2 Instance functions
- 2.1 AddItem
- 2.2 find
- 2.3 Get
- 2.4 GetExtra
- 2.5 GetIndex
- 2.6 GetItem
- 2.7 GetItemObject
- 2.8 GetObject
- 2.9 GetText
- 2.10 HideListBox
- 2.11 InitComponent
- 2.12 InternalEditPressed
- 2.13 InternalListClick
- 2.14 InternalListDeActivate
- 2.15 InternalOnInvalidate
- 2.16 ItemChanged
- 2.17 ItemCount
- 2.18 ReadOnly
- 2.19 RemoveItem
- 2.20 SetIndex
- 2.21 SetText
- 2.22 ShowListBox
- 2.23 TextChanged
- Package:
- XInterface
- This class in other games:
- UT2004, 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. |
Class: XInterface.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]
DownButton[edit]
Type: GUIComboButton
Edit[edit]
Type: GUIEditBox
Index[edit]
Type: int
List[edit]
Type: GUIList
ListBox[edit]
Type: GUIListBox
TextStr[edit]
Type: string
Default values[edit]
Property | Value |
---|---|
Controls[0] | GUIEditBox'EditBox1' |
Controls[1] | GUIComboButton'ShowList' |
Controls[2] | GUIListBox'ListBox1' |
WinHeight | 0.06 |
Subobjects[edit]
EditBox1[edit]
Class: XInterface.GUIEditBox
Property | Value |
---|---|
TextStr | "" |
ListBox1[edit]
Class: XInterface.GUIListBox
Property | Value |
---|---|
bVisible | False |
StyleName | "ComboListBox" |
ShowList[edit]
Class: XInterface.GUIComboButton
Property | Value |
---|---|
bRepeatClick | False |
Instance functions[edit]
AddItem[edit]
find[edit]
Get[edit]
function string Get ()
GetExtra[edit]
function string GetExtra ()
GetIndex[edit]
function int GetIndex ()
GetItem[edit]
GetItemObject[edit]
GetObject[edit]
function Object GetObject ()
GetText[edit]
function string GetText ()
HideListBox[edit]
function HideListBox ()
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMultiComponent.InitComponent
InternalEditPressed[edit]
function InternalEditPressed (GUIComponent Sender, bool bRepeat)
InternalListClick[edit]
function bool InternalListClick (GUIComponent Sender)
InternalListDeActivate[edit]
function InternalListDeActivate ()
InternalOnInvalidate[edit]
function InternalOnInvalidate ()
ItemChanged[edit]
function ItemChanged (GUIComponent Sender)
ItemCount[edit]
function int ItemCount ()
ReadOnly[edit]
function ReadOnly (bool b)
RemoveItem[edit]
SetIndex[edit]
function SetIndex (int I)
SetText[edit]
function SetText (string NewText)
ShowListBox[edit]
function bool ShowListBox (GUIComponent Sender)
TextChanged[edit]
function TextChanged (GUIComponent Sender)