cl-cffi-gtk
API documentation
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
container 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
slot access function returns the spacing between children. The
(setf gtk-box-spacing)
slot access function sets the
spacing
property of the box, which is the number of pixels to place between children of the box.
See also
gtk-box
2021-10-31