I don't need to test my programs. I have an error-correcting modem.

UE2:GUIVertImageListBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase >> GUIVertImageListBox
Package: 
XInterface

(C) 2002, Epic Games

Properties

Property group 'GUIVertImageListBox'

CellStyle

Type: GUI.eCellStyle


HorzBorder

Type: int


Default value: 2

ImageScale

Type: float

Scale value for the images

Default value: 1.0

NoVisibleCols

Type: int

How many cols of visible images are there

NoVisibleRows

Type: int

How many rows of visible images are there

VertBorder

Type: int

How much white space

Default value: 2

Internal variables

List

Type: GUIVertImageList


Default values

Property Value
DefaultListClass "XInterface.GUIVertImageList"

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBoxBase.InitComponent


Other instance functions

AddImage

function AddImage (Material Image, optional int Item)


Clear

function Clear ()


InitBaseList

function InitBaseList (GUIListBase LocalList)

Overrides: GUIListBoxBase.InitBaseList


InternalOnChange

function InternalOnChange (GUIComponent Sender)


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


ItemCount

function int ItemCount ()


MyClose

function bool MyClose (GUIContextMenu Sender)


MyOpen

function bool MyOpen (GUIContextMenu Menu, GUIComponent ContextMenuOwner)