Nui
Loading...
Searching...
No Matches
select.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace Nui::Components
6{
7 template <typename T>
9 {
10 std::string label;
12 };
13}
Definition dialog.hpp:10
Definition select.hpp:9
T value
Definition select.hpp:11
std::string label
Definition select.hpp:10