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
8
9#include "../macros.hpp"
10#pragma once
11
12namespace hi { inline namespace v1 {
13
21enum class widget_mode {
30
37
43 disabled,
44
51
59
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.
Definition widget_mode.hpp:68
@ collapse
The widget is collapsed.
Definition widget_mode.hpp:29
@ invisible
The widget is invisible.
Definition widget_mode.hpp:36
@ select
The widget is selectable.
Definition widget_mode.hpp:58
@ enabled
The widget is fully enabled.
Definition widget_mode.hpp:76
@ display
The widget is in display-only mode.
Definition widget_mode.hpp:50
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
The HikoGUI API version 1.
Definition lookahead_iterator.hpp:6