Method
GtkPictureset_pixbuf
deprecated: 4.12
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()
.
Deprecated since: 4.12
Use gtk_picture_set_paintable()
instead.
Parameters
pixbuf
-
Type:
GdkPixbuf
A
GdkPixbuf
.The argument can be NULL
.The data is owned by the caller of the method.