Method
GtkIconSourceset_pixbuf
deprecated: 3.10
Declaration [src]
void
gtk_icon_source_set_pixbuf (
GtkIconSource* source,
GdkPixbuf* pixbuf
)
Description [src]
Sets a pixbuf to use as a base image when creating icon variants
for GtkIconSet
.
Deprecated since: 3.10
Use GtkIconTheme
instead.
Parameters
pixbuf
-
Type:
GdkPixbuf
Pixbuf to use as a source.
The data is owned by the caller of the method.