Package: gtk

Accessor gtk:icon-view-margin

Lambda List

gtk:icon-view-margin (object)

Syntax

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

Arguments

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

Details

The accessor for the margin slot gets or sets the space which is inserted at the top, bottom, left and right of the icon view.

Warning

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

See also

2026-08-19