Package: gtk

Function gtk:image-get-gicon

Lambda List

gtk:image-get-gicon (image)

Syntax

(gtk:image-gicon image) => gicon, size

Arguments

image -- a gtk:image widget
gicon -- a g:icon object
size -- a gtk:icon-size value

Details

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

See also

#2025-06-28