Cogito, ergo sum

UE2:GUIListBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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[edit]

List[edit]

Type: GUIList

For Quick Access;

Default values[edit]

Property Value
DefaultListClass "XInterface.GUIList"

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


Other instance functions[edit]

InitBaseList[edit]

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


InternalOnChange[edit]

function InternalOnChange (GUIComponent Sender)


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnDblClick[edit]

function bool InternalOnDblClick (GUIComponent Sender)


ItemCount[edit]

function int ItemCount ()


MyClose[edit]

function bool MyClose (GUIContextMenu Sender)


MyOpen[edit]

function bool MyOpen (GUIContextMenu Menu)