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 of the gtk:box class gets or sets the number of pixels to place between the children of the box.
 

See also

2025-07-29