Package: gtk

Function gtk:box-new

Lambda List

gtk:box-new (&optional orientation spacing)

Arguments

orientation -- an optional gtk:orientation value, the default is :horizontal
spacing -- an optional integer with the number of pixels to place by default between children

Return Value

The 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 the spacing argument is 0.
 

See also

2024-10-3