#include <icon-entry.h>
Inheritance diagram for Gnome::UI::IconEntry:
Public Member Functions | ||||
virtual | ~IconEntry () | |||
GnomeIconEntry * | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
const GnomeIconEntry * | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
IconEntry (const Glib::ustring &history_id, const Glib::ustring &browse_dialog_title) | ||||
void | set_pixmap_subdir (const Glib::ustring &subdir) | |||
Glib::ustring | get_filename () const | |||
bool | set_filename (const Glib::ustring &filename) | |||
void | set_browse_dialog_title (const Glib::ustring &browse_dialog_title) | |||
void | set_history_id (const Glib::ustring &history_id) | |||
void | set_max_saved (guint max_saved) | |||
Gtk::Widget * | get_pick_dialog () | |||
const Gtk::Widget * | get_pick_dialog () const | |||
Glib::SignalProxy0< void > | signal_changed () | |||
| ||||
Glib::SignalProxy0< void > | signal_browse () | |||
| ||||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::UI::IconEntry * | wrap (GnomeIconEntry *object, bool take_copy=false) | |||
|
virtual Gnome::UI::IconEntry::~IconEntry | ( | ) | [virtual] |
Gnome::UI::IconEntry::IconEntry | ( | const Glib::ustring & | history_id, | |
const Glib::ustring & | browse_dialog_title | |||
) |
GnomeIconEntry* Gnome::UI::IconEntry::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
const GnomeIconEntry* Gnome::UI::IconEntry::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
void Gnome::UI::IconEntry::set_pixmap_subdir | ( | const Glib::ustring & | subdir | ) |
Glib::ustring Gnome::UI::IconEntry::get_filename | ( | ) | const |
bool Gnome::UI::IconEntry::set_filename | ( | const Glib::ustring & | filename | ) |
void Gnome::UI::IconEntry::set_browse_dialog_title | ( | const Glib::ustring & | browse_dialog_title | ) |
void Gnome::UI::IconEntry::set_history_id | ( | const Glib::ustring & | history_id | ) |
void Gnome::UI::IconEntry::set_max_saved | ( | guint | max_saved | ) |
Gtk::Widget* Gnome::UI::IconEntry::get_pick_dialog | ( | ) |
const Gtk::Widget* Gnome::UI::IconEntry::get_pick_dialog | ( | ) | const |
Glib::SignalProxy0< void > Gnome::UI::IconEntry::signal_changed | ( | ) |
void changed()
Glib::SignalProxy0< void > Gnome::UI::IconEntry::signal_browse | ( | ) |
void browse()
Gnome::UI::IconEntry * wrap | ( | GnomeIconEntry * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |