Package: gtk

Function gtk-image-get-icon-set

Lambda List

gtk-image-get-icon-set (image)

Arguments

image -- a gtk-image widget

Return Value

icon-set -- a gtk-icon-set structure
icon-size -- an icon size of type gtk-icon-size

Details

Gets the icon set and icon size being displayed by the gtk-image widget.

The storage type of the image must be the :empty or :icon-set type. See the gtk-image-storage-type function.

Warning

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

See also

2021-12-17