#include <Client.h>
Inheritance diagram for Bakery::Conf::Client_GnomeUI:
Public Member Functions | |
Client_GnomeUI (const Glib::ustring &configuration_directory) | |
virtual | ~Client_GnomeUI () |
Protected Member Functions | |
virtual void | add_implementation (const Glib::ustring &key, Gtk::Widget &widget, bool instant) |
Override this method if you want to add recognition of additional widget types to a derived class of ConfClient. |
The "value" depends on the widget: Gnome::UI::ColorPicker - color name (gconf string). Gnome::UI::FontPicker - font name (gconf string). Gnome::UI::FileEntry - file path (gconf string). Gnome::UI::Entry - selected entry (gconf string).
|
|
|
|
|
Override this method if you want to add recognition of additional widget types to a derived class of ConfClient. You will also need to provide an implementation for the specialization of Association<T> for the widget type(s) you are adding support for. Reimplemented from Bakery::Conf::Client. |