HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
widget_mode.hpp
Go to the documentation of this file.
1// Copyright Take Vos 2022.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
9#include "../macros.hpp"
10#pragma once
11
12namespace hi { inline namespace v1 {
13
21enum class widget_mode {
30
37
43 disabled,
44
50 display,
51
58 select,
59
68 partial,
69
77};
78
79}} // namespace hi::v1
widget_mode
The mode that the widget is operating at.
Definition widget_mode.hpp:21
@ partial
A widget is partially enabled.
@ collapse
The widget is collapsed.
@ invisible
The widget is invisible.
@ select
The widget is selectable.
@ enabled
The widget is fully enabled.
@ display
The widget is in display-only mode.
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5