Name
GimpPixmap -- Widget which creates a
GtkPixmap from XPM data.
Object Hierarchy
GtkObject
+----GtkWidget
+----GtkMisc
+----GtkPixmap
+----GimpPixmap |
Details
GIMP_PIXMAP()
#define GIMP_PIXMAP(obj) (GTK_CHECK_CAST ((obj), GIMP_TYPE_PIXMAP, GimpPixmap)) |
Checks if the passed pointer is a pointer to a GimpPixmap and
performs the cast if valid.
gimp_pixmap_new ()
GtkWidget* gimp_pixmap_new (gchar **xpm_data); |
Creates a new GimpPixmap widget.
gimp_pixmap_set ()
void gimp_pixmap_set (GimpPixmap *pixmap,
gchar **xpm_data); |
Sets a new image for an existing GimpPixmap widget.