Package: gtk

Accessor gtk:box-baseline-child

Lambda List

gtk:box-baseline-child (object)

Syntax

(gtk:box-baseline-child object) => child
(setf (gtk:box-baseline-child object) child)

Arguments

object -- a gtk:box widget
child -- an integer for the baseline child position, or -1

Details

The accessor for the baseline-child slot of the gtk:box class gets or sets the position of the child widget that determines the baseline of the box in vertical layout. This is only relevant if the box is in vertical orientation.

Since 4.12
 

See also

2025-07-29