Package: gtk

Function gtk:window-default-icon-name

Lambda List

gtk:window-default-icon-name ()

Syntax

(gtk:window-default-icon-name) => name
(setf (gtk:window-default-icon-name) name)

Arguments

name -- a string with the name of the themed icon

Details

The gtk:window-default-icon-name function returns the fallback icon name for windows. The (setf gtk:window-default-icon-name) function sets an icon to be used as fallback for windows that have not had the gtk:window-icon-list function called on them from a named themed icon.
 

See also

#2024-3-20