Package: gtk

Function gtk:window-default-icon-list

Lambda List

gtk:window-default-icon-list ()

Syntax

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

Arguments

icons -- a list of gdk-pixbuf:pixbuf objects

Details

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

#2024-3-16