Package: gtk

Accessor gtk:box-layout-baseline-position

Lambda List

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

Syntax

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

Arguments

object -- a gtk:box-layout object
position -- a gtk:baseline-position value

Details

Accessor of the baseline-position slot of the gtk:box-layout class. The gtk:box-layout-baseline-position function gets the baseline position. The (setf gtk:box-layout-baseline-position) function sets the baseline position of a box layout.

The baseline position affects only horizontal boxes with at least one baseline aligned child. If there is more vertical space available than requested, and the baseline is not allocated by the parent then the given position is used to allocate the baseline within the extra space available.
 

See also

2024-4-19