9class MultiItemButton :
public Gtk::MenuButton,
public Changeable {
12 void set_items(
const std::set<UUID> &uus);
13 std::set<UUID> get_items()
const;
19 virtual std::string get_item_name(
const UUID &uu)
const = 0;
20 virtual std::string get_label_text()
const;
26 Gtk::Popover *popover;
27 void on_toggled()
override;
28 Gtk::Label *label =
nullptr;