|
HikoGUI
A low latency retained GUI
|
Data Fields | |
| observer< label > | on_label = txt("on") |
| The label to show when the button is in the 'on' state. | |
| observer< label > | off_label = txt("off") |
| The label to show when the button is in the 'off' state. | |
| observer< label > | other_label = txt("other") |
| The label to show when the button is in the 'other' state. | |
| observer< alignment > | alignment = hi::alignment::top_left() |
| The alignment of the button and on/off/other label. | |
| observer<alignment> hi::v1::with_label_widget< ButtonWidget >::attributes_type::alignment = hi::alignment::top_left() |
The alignment of the button and on/off/other label.
| observer<label> hi::v1::with_label_widget< ButtonWidget >::attributes_type::off_label = txt("off") |
The label to show when the button is in the 'off' state.
| observer<label> hi::v1::with_label_widget< ButtonWidget >::attributes_type::on_label = txt("on") |
The label to show when the button is in the 'on' state.
| observer<label> hi::v1::with_label_widget< ButtonWidget >::attributes_type::other_label = txt("other") |
The label to show when the button is in the 'other' state.