Package: gtk

Accessor gtk:image-icon-size

Lambda List

gtk:image-icon-size (object)

Syntax

(gtk:image-icon-size object) => icon-size
(setf (gtk:image-icon-size object) icon-size)

Arguments

object -- a gtk:image widget
icon-set -- an integer with the icon size

Details

Accessor of the icon-size slot of the gtk:image class. Symbolic size to use for a stock icon, icon set or named icon.

Notes

In C the icon-size property is implemented as an integer type. Therefore the gtk:image-icon-size accessor returns an integer and not a keyword value of the gtk:icon-size enumeration.
 

See also

#2023-3-20