20 #ifndef _WIDGETS_PROMPTER_H_
21 #define _WIDGETS_PROMPTER_H_
24 #include <ytkmm/box.h>
25 #include <ytkmm/button.h>
26 #include <ytkmm/entry.h>
27 #include <ytkmm/label.h>
28 #include <ytkmm/dialog.h>
29 #include <sigc++/sigc++.h>
42 Prompter (
bool modal =
false,
bool with_cancel_button =
true);
43 Prompter (Gtk::Window& parent,
bool modal =
false,
bool with_cancel_button =
true);
47 entryLabel.set_label (prompt);
74 void init (
bool with_cancel);