Class Index Cross Index Namespace Index

Class Gtk::Image

Image Widget
Contained in: Gtk
Derived from: Gtk::Misc
Derived by: none

#include <gtk--/image.h>


public function member index:

Image(const Gdk_Image& val, const Gdk_Bitmap& mask);
void get(Gdk_Image& val, Gdk_Bitmap& mask) const;
GtkImage* gtkobj();
const GtkImage* gtkobj() const;
static bool isA(Object* object);
void set(const Gdk_Image& val, const Gdk_Bitmap& mask);
virtual ~Image();
 

Description:

An image is a client side pixmap. As it is client side, it can be altered directly by the program. However, it pays a performance hit.


Function Member Descriptions:

Gtk::Image::Image - Create a Image widget from a Gdk_Image and Gdk_Bitmap.

Image(const Gdk_Image& val, const Gdk_Bitmap& mask);

Gtk::Image::get - Access the image.

void get(Gdk_Image& val, Gdk_Bitmap& mask) const;

Gtk::Image::gtkobj - Returns the underlaying gtk+ object.

GtkImage* gtkobj();

Gtk::Image::isA - Returns true if object is this type.

static bool isA(Object* object);

Gtk::Image::set - Set the image.

void set(const Gdk_Image& val, const Gdk_Bitmap& mask);