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

UE2:GUIListBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

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

[edit] Properties

[edit] List

Type: GUIList

For Quick Access;

[edit] Default values

Property Value
DefaultListClass "XInterface.GUIList"

[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


[edit] Other instance functions

[edit] InitBaseList

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


[edit] InternalOnChange

function InternalOnChange (GUIComponent Sender)


[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


[edit] InternalOnDblClick

function bool InternalOnDblClick (GUIComponent Sender)


[edit] ItemCount

function int ItemCount ()


[edit] MyClose

function bool MyClose (GUIContextMenu Sender)


[edit] MyOpen

function bool MyOpen (GUIContextMenu Menu)


Personal tools