HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
widget_mode.hpp
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#pragma once
10
11namespace hi { inline namespace v1 {
12
20enum class widget_mode {
29
36
43
49 display,
50
57 select,
58
67 partial,
68
76};
77
78}} // namespace hi::v1
widget_mode
The mode that the widget is operating at.
Definition widget_mode.hpp:20
@ disabled
The widget is disabled.
@ 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:13
geometry/margins.hpp
Definition cache.hpp:11