Lysa.ui  0.0
Lysa 3D Engine
CheckWidget Struct Reference

Detailed Description

Base class for widgets with a binary checked/unchecked state (e.g. ToggleButton).

Inherits from: Widget

Lua full name: lysa.ui.CheckWidget

Properties

integer state
 The current check state (see lysa.ui.CheckState): UNCHECK or CHECK.
 

Property Documentation

integer state

The current check state (see lysa.ui.CheckState): UNCHECK or CHECK.