Package: gtk

Accessor gtk:box-spacing

Lambda List

gtk:box-spacing (object)

Syntax

(gtk:box-spacing object) => spacing
(setf (gtk:box-spacing object) spacing)

Arguments

object -- a gtk:box container widget
spacing -- an integer for the number of pixels to put between children

Details

The accessor for the spacing slot gets or sets the spacing between children, which is the number of pixels to place between children of the box.
 

See also

2026-06-18