Package: gtk

Function gtk:image-get-icon-name

Lambda List

gtk:image-get-icon-name (image)

Syntax

(gtk:image-icon-name image) => name, size

Arguments

image -- a gtk:image widget
name -- a string for the icon name
size -- a gtk:icon-size value

Details

Gets the icon name and icon size being displayed by the image. The storage type of the image must be the :empty or :icon-name type, see the gtk:image-storage-type function.
 

See also

#2025-06-28