Preferences Dialog In the Glade file:
- The vbox should contain a widget called "vbox".
More...
#include <Dialog_Preferences.h>
List of all members.
Detailed Description
Preferences Dialog In the Glade file:
- The vbox should contain a widget called "vbox".
Use connect_widget(conf_key, widget_name) in the constructor.
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.
Constructor & Destructor Documentation
Bakery::Dialog_Preferences::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 Bakery::Dialog_Preferences::~Dialog_Preferences |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void Bakery::Dialog_Preferences::connect_widget |
( |
const Glib::ustring & |
key, |
|
|
const Glib::ustring & |
glade_widget_name | |
|
) |
| | [protected, virtual] |
virtual void Bakery::Dialog_Preferences::load |
( |
std::auto_ptr< Glib::Error > & |
error |
) |
[virtual] |
virtual void Bakery::Dialog_Preferences::on_button_help |
( |
|
) |
[protected, virtual] |
virtual void Bakery::Dialog_Preferences::on_hide |
( |
|
) |
[protected, virtual] |
virtual void Bakery::Dialog_Preferences::on_response |
( |
int |
response_id |
) |
[protected, virtual] |
virtual void Bakery::Dialog_Preferences::on_show |
( |
|
) |
[protected, virtual] |
virtual void Bakery::Dialog_Preferences::save |
( |
std::auto_ptr< Glib::Error > & |
error |
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: