The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:GUIListBoxBase (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase
Package: 
XInterface
Direct subclasses:
GUIListBox, GUIMultiColumnListBox, GUIScrollTextBox
This class in other games:
UE2Runtime, UT2004

Class: XInterface.GUIListBoxBase

The GUIListBoxBase is a wrapper for a GUIList and it's ScrollBar

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties[edit]

bVisibleWhenEmpty[edit]

Type: bool

List box is visible when empty.

ScrollBar[edit]

Type: GUIVertScrollBar


Default values[edit]

Property Value
Controls[1] GUIVertScrollBar'TheScrollbar'
StyleName "ListBox"

Subobjects[edit]

TheScrollbar[edit]

Class: XInterface.GUIVertScrollBar

Property Value
bVisible False

Instance functions[edit]

InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent