Package: gtk

Function gtk-box-new

Lambda List

gtk-box-new (orientation &optional spacing)

Arguments

orientation -- the orientation of type gtk-orientation
spacing -- an optional integer with the number of pixels to place by default between children

Return Value

A new gtk-box widget.

Details

Creates a new box with the given orientation and an optional value for the spacing property. The default value for spacing is 0.
 

See also

*2021-10-31