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 with the spacing of the box layout

Details

Accessor of the spacing slot of the gtk:box-layout class. The gtk:box-layout-spacing function returns the space that the box layout puts between children. The (setf gtk:box-layout-spacing) function sets the spacing.
 

See also

2024-4-19