7class ToolWindow :
public Gtk::Window {
9 ToolWindow(Gtk::Window *parent,
class ImpInterface *intf);
10 void set_use_ok(
bool okay);
12 virtual ~ToolWindow() =
default;
15 Gtk::Button *ok_button =
nullptr;
16 Gtk::Button *cancel_button =
nullptr;
17 void set_title(
const std::string &title);
18 void emit_event(ToolDataWindow::Event ev);
19 Gtk::HeaderBar *headerbar =
nullptr;