Mostly Harmless

UE2:GUIListBox (UT2004)

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

Class: UT2K4UI.GUIListBox

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

List

Type: GUIList

For Quick Access;

Default values

Property Value
DefaultListClass "XInterface.GUIList"

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


Other instance functions

InitBaseList

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


InternalOnChange

function InternalOnChange (GUIComponent Sender)


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnDblClick

function bool InternalOnDblClick (GUIComponent Sender)


ItemCount

function int ItemCount ()


MyClose

function bool MyClose (GUIContextMenu Sender)


MyOpen

function bool MyOpen (GUIContextMenu Menu)