|
Public Member Functions |
virtual | ~Image () |
GdkImage* | gobj () |
| Provides access to the underlying C GObject.
|
const GdkImage* | gobj () const |
| Provides access to the underlying C GObject.
|
GdkImage* | gobj_copy () |
void | put_pixel (int x, int y, guint32 pixel) |
guint32 | get_pixel (int x, int y) const |
void | set_colormap (const Glib::RefPtr<Colormap>& colormap) |
| Sets the colormap for the image to the given colormap.
|
Glib::RefPtr<Colormap> | get_colormap () |
| Retrieves the colormap for a given image, if it exists.
|
Static Public Member Functions |
Glib::RefPtr<Image> | create (ImageType type, const Glib::RefPtr<Visual>& visual, int width, int height) |
Protected Member Functions |
| Image (ImageType type, const Glib::RefPtr<Visual>& visual, int width, int height) |
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr<Gdk::Image> | wrap (GdkImage* object, bool take_copy=false) |