23 #ifndef __LIBS_GUI_UTILS_MULTI_INTERFACE_CHOOSER_DIALOG_H_
24 #define __LIBS_GUI_UTILS_MULTI_INTERFACE_CHOOSER_DIALOG_H_
30 #include <gui_utils/interface_chooser_dialog.h>
38 typedef std::pair<Glib::ustring, Glib::ustring>
TypeIdPair;
45 const char *type_pattern,
46 const char *id_pattern,
60 Gtk::TreeModelColumn<bool>
load;
65 const Glib::ustring& title);
73 typedef std::set<TypeIdPair> TypeIdPairSet;
75 void on_load_toggled(
const Glib::ustring& path);
78 TypeIdPairSet __loaded_interfaces;