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-list function called on them from a named themed icon.
 

See also

2021-9-12