Package: gtk

Function gtk:icon-source-filename

Lambda List

gtk:icon-source-filename (source)

Syntax

(gtk:icon-source-filename source) => filename
(setf (gtk:icon-source-filename source) filename)

Arguments

source -- a gtk:icon-source instance
filename -- a string with the image file to use

Details

Accessor of the filename of a gtk:icon-source instance. The gtk:icon-source-filename function retrieves the filename of the icon source, or nil if none is set. The (setf gtk:icon-source-filename) function sets the filename. The filename must be absolute.

Warning

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

See also

#2023-3-27