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 for the current icon theme name

Details

The accessor for the theme-name slot of the gtk:icon-theme class gets or 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

2025-09-22