#include <pixbuf.h>
Inheritance diagram for Gnome::Canvas::Pixbuf:
Public Member Functions | ||||
virtual | ~Pixbuf () | |||
GnomeCanvasPixbuf * | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
const GnomeCanvasPixbuf * | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
Pixbuf (Group &parent, double x, double y, const Glib::RefPtr< Gdk::Pixbuf > &image) | ||||
Pixbuf (Group &parent) | ||||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Canvas::Pixbuf * | wrap (GnomeCanvasPixbuf *object, bool take_copy=false) | |||
|
virtual Gnome::Canvas::Pixbuf::~Pixbuf | ( | ) | [virtual] |
Gnome::Canvas::Pixbuf::Pixbuf | ( | Group & | parent, | |
double | x, | |||
double | y, | |||
const Glib::RefPtr< Gdk::Pixbuf > & | image | |||
) |
Gnome::Canvas::Pixbuf::Pixbuf | ( | Group & | parent | ) | [explicit] |
GnomeCanvasPixbuf* Gnome::Canvas::Pixbuf::gobj | ( | ) | [inline] |
const GnomeCanvasPixbuf* Gnome::Canvas::Pixbuf::gobj | ( | ) | const [inline] |
Gnome::Canvas::Pixbuf * wrap | ( | GnomeCanvasPixbuf * | 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. |