Lysa.ui  0.0
Lysa 3D Engine
ListBox Class Referenceabstract

Detailed Description

A scrollable list of widgets with a selection highlight rectangle. Supports keyboard navigation.

Inherits from: List

Lua full name: lysa.ui.ListBox

Public Member Functions

nil set_resources (resBox: string, resScroll: string, resSel: string)
 Reloads the visual style: resBox = inner background box, resScroll = vertical scroll bar, resSel = selection highlight. More...
 

Properties

Selection selection_widget
 The internal selection highlight widget. (read-only)
 

Member Function Documentation

nil set_resources ( string  resBox,
string  resScroll,
string  resSel)

Reloads the visual style: resBox = inner background box, resScroll = vertical scroll bar, resSel = selection highlight.

Parameters
resBoxstring
resScrollstring
resSelstring

Property Documentation

Selection selection_widget

The internal selection highlight widget. (read-only)