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 with 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.
 

See also

2024-3-24