Lysa.ui  0.0
Lysa 3D Engine
CheckBox Class Referenceabstract

Detailed Description

A two-state box displaying a CheckMark when checked. Each click toggles the state and fires OnStateChange.

Inherits from: CheckWidget

Lua full name: lysa.ui.CheckBox

Public Member Functions

nil set_resources (res_check_mark: string)
 Reloads the visual style of the check mark displayed when checked. More...
 

Properties

CheckMark check_mark
 The check mark widget displayed when the box is checked. (read-only)
 

Member Function Documentation

nil set_resources ( string  res_check_mark)

Reloads the visual style of the check mark displayed when checked.

Parameters
res_check_markstring

Property Documentation

CheckMark check_mark

The check mark widget displayed when the box is checked. (read-only)