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

Accessor of the default icon name of the window. 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-name function called on them.
 

See also

2024-10-2