|
HikoGUI
A low latency retained GUI
|
Data Fields | |
| observer< hi::label > | label = txt("on") |
| The label to show when the button is in the 'on' state. | |
| observer< hi::label > | shortcut = hi::label{} |
| The label to for the shortcut. | |
| observer< alignment > | alignment = hi::alignment::middle_left() |
| The alignment of the button and on/off/other label. | |
| observer<alignment> hi::v1::menu_button_widget< ButtonWidget >::attributes_type::alignment = hi::alignment::middle_left() |
The alignment of the button and on/off/other label.
| observer<hi::label> hi::v1::menu_button_widget< ButtonWidget >::attributes_type::label = txt("on") |
The label to show when the button is in the 'on' state.
| observer<hi::label> hi::v1::menu_button_widget< ButtonWidget >::attributes_type::shortcut = hi::label{} |
The label to for the shortcut.