Package: gtk

Accessor gtk:icon-view-column-spacing

Lambda List

gtk:icon-view-column-spacing (object)

Syntax

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

Arguments

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

Details

Accessor of the column-spacing slot of the gtk:icon-view class. Specifies the space which is inserted between the columns of the icon view.

Warning

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

See also

2025-3-3