12 void preset(
const std::string &author);
14 void set_use_automatic_name();
17 Gtk::Entry *add_editor(
const std::string &title,
const std::string &descr,
const std::string &key);
19 std::map<std::string, Gtk::Entry *> entries;
20 std::map<std::string, std::string> &values;
22 Gtk::Box *custom_box =
nullptr;
23 Gtk::Entry *title_entry =
nullptr;
24 Gtk::Entry *name_entry =
nullptr;
26 bool use_automatic_name =
false;