3 #include "util/changeable.hpp"
15 Gtk::Entry *add_editor(
const std::string &title,
const std::string &descr,
const std::string &key);
17 std::map<std::string, Gtk::Entry *> entries;
18 std::map<std::string, std::string> &values;
20 Gtk::Box *custom_box =
nullptr;
Definition: changeable.hpp:5
Definition: project_meta_editor.cpp:25