Method

GtkImageset_from_pixbuf

Declaration [src]

void
gtk_image_set_from_pixbuf (
  GtkImage* image,
  GdkPixbuf* pixbuf
)

Description [src]

See gtk_image_new_from_pixbuf() for details.

Parameters

pixbuf

Type: GdkPixbuf

A GdkPixbuf or NULL.

The argument can be NULL.
The data is owned by the caller of the method.