Package: gtk

Accessor gtk:image-pixel-size

Lambda List

gtk:image-pixel-size (object)

Syntax

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

Arguments

object -- a gtk:image widget
size -- an integer for the new pixel size

Details

The accessor for the pixel-size slot of the gtk:image class gets or sets the pixel size used for named icons. If the pixel size is set to a value not equal to -1, it is used instead of the icon-size property.
 

See also

2025-08-03