![]() | ![]() | ![]() | GIMP Widgets Library Reference Manual | ![]() |
---|
GimpPixmap — Widget which creates a
struct GimpPixmap;GtkWidget * gimp_pixmap_new (gchar **xpm_data); void gimp_pixmap_set (GimpPixmap *pixmap,gchar **xpm_data);
GObject +----GtkObject +----GtkWidget +----GtkMisc +----GtkImage +----GimpPixmap
GimpPixmap implements
Widget which creates a
Use this widget instead of
Note that the drawback of the easy interface is that the actual
GtkWidget * gimp_pixmap_new (gchar **xpm_data);
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,gchar **xpm_data);
Sets a new image for an existing GimpPixmap widget.
pixmap : | The pixmap widget you want to set the new xpm_data for. |
xpm_data : | A pointer to a XPM data structure as found in XPM files. |
<< GimpPickButton | GimpSizeEntry >> |