Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_GUI_ENUMS_HPP_
2#define IV_SRC_UI_GUI_ENUMS_HPP_
3
4namespace iv::gui
5{
6
8{
11};
12
13enum class eLabelStyle
14{
15 Normal,
16 Bold,
17 Italic,
18
19 CommandType,// Dark background, white text. Used for shortcuts display.
20};
21
22}// namespace iv::gui
23
24#endif//IV_SRC_UI_GUI_ENUMS_HPP_
Definition enums.hpp:5
eLabelStyle
Definition enums.hpp:14
eButtonBlinkType
Definition enums.hpp:8