Package: gtk

Accessor gtk:box-layout-spacing

Lambda List

gtk:box-layout-spacing (object)

Syntax

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

Arguments

object -- a gtk:box-layout object
spacing -- an integer for the spacing of the box layout

Details

The accessor for the spacing slot of the gtk:box-layout class gets or sets the space that the box layout puts between children.
 

See also

2025-08-12