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 widget
spacing -- an integer for the number of pixels to put between children

Details

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

See also

2026-07-13