Package: gtk

Function gtk-icon-source-icon-name

Lambda List

gtk-icon-source-icon-name (source)

Syntax

(gtk-icon-source-icon-name source) => name
(setf (gtk-icon-source-icon-name source) name)

Arguments

source -- a gtk-icon-source instance
name -- a string with the name of the icon to use

Details

Accessor of the icon name of a gtk-icon-source instance.

The function gtk-icon-source-icon-name retrieves the icon name of the icon source, or nil if none is set. The function (setf gtk-icon-source-icon-name) sets the name of an icon to look up in the current icon theme to use as a base image when creating icon variants for a gtk-icon-set instance.

Warning

The function gtk-icon-source-icon-name has been deprecated since version 3.10 and should not be used in newly written code. Use the gtk-icon-theme class instead.
 

See also

2021-7-21