HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
ttauri
widgets
button_type.hpp
Go to the documentation of this file.
1
// Copyright Take Vos 2021.
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
6
7
#pragma once
8
9
namespace
tt {
10
13
enum class
button_type
{
23
momentary
,
24
34
toggle
,
35
47
radio
48
};
49
50
}
// namespace tt
tt::button_type
button_type
The type of button.
Definition
button_type.hpp:13
tt::button_type::toggle
@ toggle
A toggle button.
tt::button_type::radio
@ radio
A radio button.
tt::button_type::momentary
@ momentary
A momentary button.
Generated on Mon Apr 22 2024 12:53:39 for HikoGUI by
1.10.0