15 void reload()
override;
21 Gtk::Entry *name_entry =
nullptr;
22 Gtk::Entry *manufacturer_entry =
nullptr;
23 Gtk::Entry *prefix_entry =
nullptr;
26 Gtk::ListBox *gates_listbox =
nullptr;
27 Gtk::ToolButton *add_button =
nullptr;
28 Gtk::ToolButton *delete_button =
nullptr;
30 Glib::RefPtr<Gtk::SizeGroup> sg_name;
31 Glib::RefPtr<Gtk::SizeGroup> sg_suffix;
32 Glib::RefPtr<Gtk::SizeGroup> sg_swap_group;
33 Glib::RefPtr<Gtk::SizeGroup> sg_unit;
42 void bind_entry(Gtk::Entry *e, std::string &s);
Definition tag_entry.hpp:9