|
| 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< semantic_text_style > | text_style = semantic_text_style::label |
| | The text style to button's label.
|
| |
◆ alignment
template<std::derived_from<
widget > ButtonWidget>
The alignment of the button and on/off/other label.
◆ label
template<std::derived_from<
widget > ButtonWidget>
The label to show when the button is in the 'on' state.
◆ shortcut
template<std::derived_from<
widget > ButtonWidget>
The label to for the shortcut.
◆ text_style
template<std::derived_from<
widget > ButtonWidget>
The text style to button's label.
The documentation for this struct was generated from the following file: