3 #include "util/changeable.hpp"
4 #include "imp/action.hpp"
11 const std::string &title);
16 void set_placeholder_text(
const char *t);
19 Gtk::ListBox *action_listbox =
nullptr;
21 virtual std::vector<KeySequence> *maybe_get_keys() = 0;
22 virtual std::vector<KeySequence> &get_keys() = 0;
23 Gtk::Label *placeholder_label =
nullptr;