00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef BAKERY_GNOMEUI_CONFIGURATION_DIALOG_PREFERENCES_H
00020 #define BAKERY_GNOMEUI_CONFIGURATION_DIALOG_PREFERENCES_H
00021
00022 #include <bakery/Configuration/Dialog_Preferences.h>
00023
00024 namespace Bakery
00025 {
00026
00034 class Dialog_Preferences_GnomeUI : public Dialog_Preferences
00035 {
00036 public:
00037 Dialog_Preferences_GnomeUI(Gtk::Window& parent, const Glib::ustring& configuration_directory, const Glib::ustring& glade_filename, const Glib::ustring& widget_name = "vbox", bool instant = false);
00038 virtual ~Dialog_Preferences_GnomeUI();
00039 };
00040
00041 }
00042
00043 #endif //BAKERY_GNOMEUI_CONFIGURATION_DIALOG_PREFERENCES_H