|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| attributes_type (attributes_type const &) noexcept=default | |
| attributes_type (attributes_type &&) noexcept=default | |
| attributes_type & | operator= (attributes_type const &) noexcept=default |
| attributes_type & | operator= (attributes_type &&) noexcept=default |
| template<toolbar_tab_button_widget_attribute... Attributes> | |
| attributes_type (Attributes &&...attributes) noexcept | |
| template<size_t NumLabels> | |
| void | set_attributes () noexcept |
| template<size_t NumLabels, toolbar_tab_button_widget_attribute First, toolbar_tab_button_widget_attribute... Rest> | |
| void | set_attributes (First &&first, Rest &&...rest) noexcept |
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< semantic_text_style > | text_style = semantic_text_style::label |
| The text style to button's label. | |
| observer< alignment > | alignment = alignment::top_center() |
The label to show when the button is in the 'off' state.
The label to show when the button is in the 'on' state.
| observer<semantic_text_style> hi::v1::toolbar_tab_button_widget::attributes_type::text_style = semantic_text_style::label |
The text style to button's label.