#include <pixmap-entry.h>
Public Member Functions | |
virtual | ~PixmapEntry () |
GnomePixmapEntry * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomePixmapEntry * | gobj () const |
Provides access to the underlying C GtkObject. | |
PixmapEntry () | |
PixmapEntry (const Glib::ustring &history_id, const Glib::ustring &browse_dialog_title, bool do_preview) | |
void | set_pixmap_subdir (const Glib::ustring &subdir) |
Gtk::ScrolledWindow * | get_scrolled_window () |
const Gtk::ScrolledWindow * | get_scrolled_window () const |
Gtk::Widget * | get_preview_widget () |
const Gtk::Widget * | get_preview_widget () const |
void | set_preview (bool do_preview=true) |
void | set_preview_size (gint preview_w, gint preview_h) |
Glib::ustring | get_filename () const |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::UI::PixmapEntry * | wrap (GnomePixmapEntry *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gnome::UI::PixmapEntry::~PixmapEntry | ( | ) | [virtual] |
Gnome::UI::PixmapEntry::PixmapEntry | ( | ) |
Gnome::UI::PixmapEntry::PixmapEntry | ( | const Glib::ustring & | history_id, | |
const Glib::ustring & | browse_dialog_title, | |||
bool | do_preview | |||
) |
GnomePixmapEntry* Gnome::UI::PixmapEntry::gobj | ( | ) | [inline] |
const GnomePixmapEntry* Gnome::UI::PixmapEntry::gobj | ( | ) | const [inline] |
void Gnome::UI::PixmapEntry::set_pixmap_subdir | ( | const Glib::ustring & | subdir | ) |
Gtk::ScrolledWindow* Gnome::UI::PixmapEntry::get_scrolled_window | ( | ) |
const Gtk::ScrolledWindow* Gnome::UI::PixmapEntry::get_scrolled_window | ( | ) | const |
Gtk::Widget* Gnome::UI::PixmapEntry::get_preview_widget | ( | ) |
const Gtk::Widget* Gnome::UI::PixmapEntry::get_preview_widget | ( | ) | const |
void Gnome::UI::PixmapEntry::set_preview | ( | bool | do_preview = true |
) |
void Gnome::UI::PixmapEntry::set_preview_size | ( | gint | preview_w, | |
gint | preview_h | |||
) |
Glib::ustring Gnome::UI::PixmapEntry::get_filename | ( | ) | const |
Gnome::UI::PixmapEntry * wrap | ( | GnomePixmapEntry * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |