Method
GtkPictureset_pixbuf
Declaration [src]
void
gtk_picture_set_pixbuf (
GtkPicture* self,
GdkPixbuf* pixbuf
)
Description [src]
Sets a GtkPicture
to show a GdkPixbuf
.
See gtk_picture_new_for_pixbuf()
for details.
This is a utility function that calls gtk_picture_set_paintable()
.
Parameters
pixbuf
-
Type:
GdkPixbuf
A
GdkPixbuf
The argument can be NULL
.The data is owned by the caller of the function.