Function
GtkWindowset_default_icon
since: 2.4
Declaration [src]
void
gtk_window_set_default_icon (
GdkPixbuf* icon
)
Description [src]
Sets an icon to be used as fallback for windows that haven’t
had gtk_window_set_icon()
called on them from a pixbuf.
Available since: 2.4
Parameters
icon
-
Type:
GdkPixbuf
The icon.
The data is owned by the caller of the function.