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

Accessor of the margin slot of the gtk:icon-view class. Specifies 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

2025-3-3