Package: gtk

Accessor gtk:icon-view-spacing

Lambda List

gtk:icon-view-spacing (object)

Syntax

(gtk:icon-view-spacing object) => spacing
(setf (gtk:icon-view-spacing object) spacing)

Arguments

object -- a gtk:icon-view widget
spacing -- an integer for the spacing

Details

The accessor for the spacing slot gets or sets the space which is inserted between the cells, that is the icon and the text, of an item.

Warning

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

See also

2026-08-19