GIMP Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struct GimpPixmap; #define GIMP_PIXMAP (obj) |
Widget which creates a
Use this widget instead of
Note that the drawback of the easy interface is that the actual
#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.
|
Creates a new GimpPixmap widget.
xpm_data : | A pointer to a XPM data structure as found in XPM files. |
Returns : | A pointer to the new GimpPixmap widget. |
void gimp_pixmap_set (GimpPixmap *pixmap, |
Sets a new image for an existing GimpPixmap widget.