5 #include <gtkmm/buttonbox.h>
6 #include <gtkmm/treeview.h>
7 #include <gtkmm/liststore.h>
22 { add(r_name); add(r_date); add(r_user); add(r_config); }
24 Gtk::TreeModelColumn<std::string> r_name;
25 Gtk::TreeModelColumn<std::string> r_date;
26 Gtk::TreeModelColumn<std::string> r_user;
27 Gtk::TreeModelColumn<bool> r_config;
30 Glib::RefPtr<Gtk::ListStore> m_refTreeModel;