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
5#pragma once
6
7namespace hi::inline v1 {
8
14enum class widget_mode {
22 collapse,
23
29 invisible,
30
36 disabled,
37
43 display,
44
51 select,
52
61 partial,
62
69 enabled
70};
71
72} // namespace hi::inline v1