#include <Dialog_Preferences.h>
Inheritance diagram for Bakery::Dialog_Preferences:
Public Member Functions | |
Dialog_Preferences (Gtk::Window &parent, const Glib::ustring &configuration_directory, const Glib::ustring &glade_filename, const Glib::ustring &widget_name="vbox", bool instant=false) | |
if instant is true then this will be an instant-apply preference dialog. | |
virtual | ~Dialog_Preferences () |
virtual void | load () |
virtual void | save () |
Protected Member Functions | |
virtual void | on_button_help () |
virtual void | connect_widget (const Glib::ustring &key, const Glib::ustring &glade_widget_name) |
virtual void | on_show () |
virtual void | on_hide () |
virtual void | on_response (int response_id) |
Protected Attributes | |
Gtk::Button | m_Button_Close |
Gtk::Button | m_Button_Cancel |
Gtk::Button | m_Button_Help |
bool | m_instant |
Glib::RefPtr< Gnome::Glade::Xml > | m_refGlade |
Bakery::Conf::Client * | m_pConfClient |
This is the base class for preferences dialogs and supports only Gtk widgets. The Dialog_Preferences_GnomeUI class in the bakery_gnomeui module supports Gnome::UI widgets in addition to Gtk widgets.
|
if instant is true then this will be an instant-apply preference dialog.
|
|
|
|
|
|
|
|
|
|
Reimplemented from Gtk::Widget. |
|
Reimplemented from Gtk::Dialog. |
|
Reimplemented from Gtk::Widget. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|