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
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIListBox |
Contents |
- Package:
- XInterface
- Direct subclasses:
- MapListBox, MultiSelectListBox
- This class in other games:
- UE2Runtime, UT2003
| This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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)
