HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
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<async_widget_attribute... Attributes> | |
attributes_type (Attributes &&...attributes) noexcept | |
void | set_attributes () noexcept |
template<async_widget_attribute First, async_widget_attribute... Rest> | |
void | set_attributes (First &&first, Rest &&...rest) noexcept |
Data Fields | |
observer< alignment > | alignment = alignment::top_left() |
observer< hi::label > | label = hi::txt{"<label>"} |
keyboard_focus_group | focus_group = keyboard_focus_group::normal |