Package: gtk

Accessor gtk:box-layout-baseline-child

Lambda List

gtk:box-layout-baseline-child (object)

Syntax

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

Arguments

object -- a gtk:box-layout object
index -- an integer for the child position, or -1

Details

The accessor for the baseline-child slot of the gtk:box-layout class gets or sets the index of the child that determines the baseline in vertical layout.
 

See also

2025-08-01