Package: gtk

Accessor gtk:icon-theme-theme-name

Lambda List

gtk:icon-theme-theme-name (object)

Syntax

(gtk:icon-theme-theme-name object) => name
(setf (gtk:icon-theme-theme-name object) name

Arguments

object -- a gtk:icon-theme object
name -- a string with the current icon theme name

Details

Accessor of the theme-name slot of the gtk:icon-theme class. The gtk:icon-theme-theme-name function gets the current icon theme name. The (setf gtk:icon-theme-resource-path) function sets the name of the icon theme that the gtk:icon-theme object uses overriding system configuration. This function cannot be called on the icon theme objects returned from the gtk:icon-theme-for-display function.
 

See also

gtk:icon-theme
gtk:icon-theme-for-default
2023-8-30