HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikogui
widgets
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
7
namespace
hi::inline v1 {
8
14
enum 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
Generated on Mon Apr 22 2024 12:52:42 for HikoGUI by
1.10.0