I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:GUIComboBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIComboBox

Contents

Package: 
XInterface
This class in other games:
UE2Runtime, UT2003

Class: UT2K4UI.GUIComboBox

A Combination of an EditBox, a Down Arrow Button and a ListBox

Written by Michel Comeau Updated by Ron Prestenback (c) 2002, 2003 Epic Games, Inc. All Rights Reserved

[edit] Properties

[edit] Property group 'GUIComboBox'

[edit] bIgnoreChangeWhenTyping

Type: bool

If not read-only, only accept OnChange when Enter is pressed

[edit] bReadOnly

Type: bool


[edit] bShowListOnFocus

Type: bool


[edit] bValueReadOnly

Type: bool


[edit] Index

Type: int

Modifiers: editconst


Default value: -1

[edit] List

Type: GUIList

Modifiers: editconst


[edit] MaxVisibleItems

Type: int


Default value: 8

[edit] TextStr

Type: string

Modifiers: editconst


[edit] Internal variables

[edit] Edit

Type: GUIEditBox

Modifiers: automated


Default value: GUIEditBox'EditBox1'

[edit] MyListBox

Type: GUIListBox

Modifiers: automated


Default value: GUIListBox'ListBox1'

[edit] MyShowListBtn

Type: GUIScrollButtonBase

Modifiers: automated


Default value: GUIComboButton'ShowList'

[edit] Default values

Property Value
bAcceptsInput True
OnKeyEvent InternalOnKeyEvent
PropagateVisibility True
ToolTip GUIToolTip'GUIComboBoxToolTip'
WinHeight 0.06

[edit] Subobjects

[edit] EditBox1

Class: XInterface.GUIEditBox

Property Value
bNeverScale True
RenderWeight 0.5
TextStr ""

[edit] GUIComboBoxToolTip

Class: XInterface.GUIToolTip

Empty subobject definition.

[edit] ListBox1

Class: XInterface.GUIListBox

Property Value
bNeverScale True
bTabStop False
bVisible False
FontScale FNT_Medium
RenderWeight 0.7
StyleName "ComboListBox"

[edit] ShowList

Class: XInterface.GUIComboButton

Property Value
bNeverScale True
bRepeatClick False
bTabStop False
RenderWeight 0.6

[edit] Delegates

[edit] OnHideList

delegate OnHideList ()


[edit] OnShowList

delegate OnShowList ()


[edit] Functions

[edit] Events

[edit] FocusFirst

event bool FocusFirst (GUIComponent Sender)

Overrides: GUIMultiComponent.FocusFirst


[edit] FocusLast

event bool FocusLast (GUIComponent Sender)

Overrides: GUIMultiComponent.FocusLast


[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


[edit] LoseFocus

event LoseFocus (GUIComponent Sender)

Overrides: GUIMultiComponent.LoseFocus


[edit] SetVisibility

event SetVisibility (bool bIsVisible)

Overrides: GUIMultiComponent.SetVisibility


[edit] Other instance functions

See GUIComboBox instance functions.