Horizon
horizon-eda-1.3.0
src
dialogs
ask_datum_string.hpp
1
#pragma once
2
#include <gtkmm.h>
3
#include <array>
4
#include <set>
5
namespace
horizon {
6
7
8
class
AskDatumStringDialog
:
public
Gtk::Dialog {
9
public
:
10
AskDatumStringDialog
(Gtk::Window *parent,
const
std::string &label,
bool
multiline =
false
);
11
void
set_text(
const
std::string &text);
12
std::string get_text();
13
14
private
:
15
Gtk::Entry *entry =
nullptr
;
16
Gtk::TextView *view =
nullptr
;
17
Gtk::Stack *stack =
nullptr
;
18
};
19
}
// namespace horizon
horizon::AskDatumStringDialog
Definition:
ask_datum_string.hpp:8
Generated by
1.8.20