Lysa.ui  0.0
Lysa 3D Engine
ScrollBar Class Referenceabstract

Detailed Description

A scroll bar widget whose value represents a scroll position within [min, max].

Inherits from: ValueSelect

Lua full name: lysa.ui.ScrollBar

Public Member Functions

nil set_resources (area: string, cage: string)
 Reloads the visual style: area = resource string for the scroll track, cage = resource string for the scroll thumb. More...
 

Properties

integer scroll_bar_type
 The orientation of this scroll bar (see lysa.ui.ScrollBarType). (read-only)
 

Member Function Documentation

nil set_resources ( string  area,
string  cage)

Reloads the visual style: area = resource string for the scroll track, cage = resource string for the scroll thumb.

Parameters
areastring
cagestring

Property Documentation

integer scroll_bar_type

The orientation of this scroll bar (see lysa.ui.ScrollBarType). (read-only)