Cogito, ergo sum

UE1:UWindowListControl (UT)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowListControl
Package: 
UWindow
Direct subclasses:
UWindowComboList, UWindowListBox, UWindowMenuBar, UWindowPulldownMenu, UWindowTabControl
This class in other games:
RTNP, U1

UWindowListControl - Abstract class for list controls - List boxes - Dropdown Menus - Combo Boxes, etc

Properties[edit]

Items[edit]

Type: UWindowList


ListClass[edit]

Type: class<UWindowList>


Instance functions[edit]

Created[edit]

function Created ()

Overrides: UWindowDialogControl.Created


DrawItem[edit]

function DrawItem (Canvas C, UWindowList Item, float X, float Y, float W, float H)