#include <icon-sel.h>
Inheritance diagram for Gnome::UI::IconSelection:
Public Member Functions | |
virtual | ~IconSelection () |
GnomeIconSelection * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeIconSelection * | gobj () const |
Provides access to the underlying C GtkObject. | |
IconSelection () | |
void | add_defaults () |
void | add_directory (const Glib::ustring &dir) |
void | show_icons () |
void | clear (bool not_shown=true) |
Glib::ustring | get_icon (bool full_path=true) const |
void | select_icon (const Glib::ustring &filename) |
void | stop_loading () |
Gtk::Widget * | get_gil () |
const Gtk::Widget * | get_gil () const |
Gtk::Widget * | get_box () |
const Gtk::Widget * | get_box () const |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::UI::IconSelection * | wrap (GnomeIconSelection *object, bool take_copy=false) |
virtual Gnome::UI::IconSelection::~IconSelection | ( | ) | [virtual] |
Gnome::UI::IconSelection::IconSelection | ( | ) |
void Gnome::UI::IconSelection::add_defaults | ( | ) |
void Gnome::UI::IconSelection::add_directory | ( | const Glib::ustring & | dir | ) |
void Gnome::UI::IconSelection::clear | ( | bool | not_shown = true |
) |
const Gtk::Widget* Gnome::UI::IconSelection::get_box | ( | ) | const |
Gtk::Widget* Gnome::UI::IconSelection::get_box | ( | ) |
const Gtk::Widget* Gnome::UI::IconSelection::get_gil | ( | ) | const |
Gtk::Widget* Gnome::UI::IconSelection::get_gil | ( | ) |
Glib::ustring Gnome::UI::IconSelection::get_icon | ( | bool | full_path = true |
) | const |
const GnomeIconSelection* Gnome::UI::IconSelection::gobj | ( | ) | const [inline] |
GnomeIconSelection* Gnome::UI::IconSelection::gobj | ( | ) | [inline] |
void Gnome::UI::IconSelection::select_icon | ( | const Glib::ustring & | filename | ) |
void Gnome::UI::IconSelection::show_icons | ( | ) |
void Gnome::UI::IconSelection::stop_loading | ( | ) |
Gnome::UI::IconSelection * wrap | ( | GnomeIconSelection * | 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. |