I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GUIListBoxBase (UE2Runtime)

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

Class: GUI.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.

MyList[edit]

Type: GUIListBase


MyScrollBar[edit]

Type: GUIVertScrollBar

Modifiers: automated


Default value: GUIVertScrollBar'TheScrollbar'

Default values[edit]

Property Value
bAcceptsInput True
PropagateVisibility True
StyleName "ListBox"

Subobjects[edit]

TheScrollbar[edit]

Class: GUI.GUIVertScrollBar

Property Value
bVisible False

Instance functions[edit]

InitBaseList[edit]

function InitBaseList (GUIListBase LocalList)


SetHint[edit]

function SetHint (string NewHint)

Overrides: GUIComponent.SetHint