|
HikoGUI
A low latency retained GUI
|
Files | |
| file | widget_mode.hpp |
| Defines widget_mode. | |
Data Structures | |
| class | hi::v1::widget_layout |
| The layout of a widget. More... | |
Enumerations | |
| enum class | hi::v1::widget_mode { hi::v1::widget_mode::collapse , hi::v1::widget_mode::invisible , hi::v1::widget_mode::disabled , hi::v1::widget_mode::display , hi::v1::widget_mode::select , hi::v1::widget_mode::partial , hi::v1::widget_mode::enabled } |
| The mode that the widget is operating at. More... | |
Utility types used widgets.
|
strong |
The mode that the widget is operating at.
The enumeration here increases visibility and interactivity at each step and you may use operator<=>() to compare modes.