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 with the number of pixels to put between children

Details

Accessor of the spacing slot of the gtk:box class. The gtk:box-spacing function returns the spacing between children. The (setf gtk:box-spacing) function sets the number of pixels to place between the children of the box.
 

See also

2024-4-22