Cogito, ergo sum

UE1:UWindowListBox (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UWindow
This class in other games:
RTNP, UT

UWindowListBox - a listbox

Properties

bCanDrag

Type: bool


bCanDragExternal

Type: bool


bDragging

Type: bool


DragY

Type: float


ItemHeight

Type: float


Default value: 10.0

SelectedItem

Type: UWindowListBoxItem


VertSB

Type: UWindowVScrollBar


Instance functions

BeforePaint

function BeforePaint (Canvas C, float MouseX, float MouseY)

Overrides: UWindowDialogControl.BeforePaint


Created

function Created ()

Overrides: UWindowListControl.Created


DoubleClick

function DoubleClick (float X, float Y)

Overrides: UWindowWindow.DoubleClick


DoubleClickItem

function DoubleClickItem (UWindowListBoxItem I)


ExternalDragOver

function bool ExternalDragOver (UWindowDialogControl ExternalControl, float X, float Y)

Overrides: UWindowDialogControl.ExternalDragOver


GetItemAt

function UWindowListBoxItem GetItemAt (float MouseX, float MouseY)


LMouseDown

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MouseMove

function MouseMove (float X, float Y)

Overrides: UWindowDialogControl.MouseMove


Paint

function Paint (Canvas C, float MouseX, float MouseY)

Overrides: UWindowWindow.Paint


Resized

function Resized ()

Overrides: UWindowWindow.Resized


SetSelected

function SetSelected (float X, float Y)


SetSelectedItem

function SetSelectedItem (UWindowListBoxItem NewSelected)


Sort

function Sort ()