Package: gtk

Accessor gtk:icon-theme-resource-path

Lambda List

gtk:icon-theme-resource-path (object)

Syntax

(gtk:icon-theme-resource-path object) => path
(setf (gtk:icon-theme-resource-path object) path

Arguments

object -- a gtk:icon-theme object
path -- a list of strings with the resource paths

Details

Accessor of the resource-path slot of the gtk:icon-theme class. The gtk:icon-theme-resource-path function gets the current resource paths. The (setf gtk:icon-theme-resource-path) function sets the resource paths that will be looked at when looking for icons, similar to search paths.

The resources are considered as part of the hicolor icon theme and must be located in subdirectories that are defined in the hicolor icon theme, such as @path/16x16/actions/run.png or @path/scalable/actions/run.svg.

Icons that are directly placed in the resource path instead of a subdirectory are also considered as ultimate fallback, but they are treated like unthemed icons.
 

See also

2023-8-30