Package: gtk

Function gtk-window-default-icon-list

Lambda List

gtk-window-default-icon-list ()

Syntax

(gtk-window-default-icon-list) => icon-list
(setf (gtk-window-default-icon-list) icon-list)

Arguments

icon-list -- a list of gdk-pixbuf instances

Details

Accessor of the icon list of the window.

The gtk-window-icon-list function returns the default icon list. The (setf gtk-window-icon-list) function sets an icon list to be used as fallback for windows that have not had the gtk-window-icon-list function called on them to set up a window specific icon list. This function allows you to set up the icon for all windows in your application at once.
 

See also

2021-9-12