Package: gtk

Accessor gtk:icon-view-item-width

Lambda List

gtk:icon-view-item-width (object)

Syntax

(gtk:icon-view-item-width object) => width
(setf (gtk:icon-view-item-width object) width)

Arguments

object -- a gtk:icon-view widget
width -- an integer for the width for each item

Details

Accessor of the item-width slot of the gtk:icon-view class. Specifies the width to use for each item. If it is set to -1, the icon view will automatically determine a suitable item size.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

2025-3-3