index
gtk-- homepage



Description:
Gtk_Image

#include <gtk--/image.h>
Base classes: Gtk_Misc

Image Widget
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.



Properties:

NameTypeGetSetDescription
image Gdk_Image get() set() Images graphic representation.
mask Gdk_Bitmap get() set() Bitmap that defines the boundaries of the image.


Public member index:


Gtk_Image(const Gdk_Image &val,const Gdk_Bitmap &mask);
Create a Image widget from a Gdk_Image and Gdk_Bitmap.

Gtk_Image(GtkImage *castitem);
void set(const Gdk_Image &val,const Gdk_Bitmap &mask);
Set the image.

void get(Gdk_Image &val,Gdk_Bitmap &mask)const;
Access the image.

GtkImage *gtkobj();
const GtkImage *gtkobj()const;
static bool isGtkImage(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
Private member index:


GtkType get_type();

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)