Package: gtk

Accessor gtk-box-baseline-position

Lambda List

gtk-box-baseline-position (object)

Syntax

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

Arguments

object -- a gtk-box container widget
position -- a baseline position of type gtk-baseline-position

Details

Accessor of the baseline-position slot of the gtk-box class.

The gtk-box-baseline-position slot access function gets the baseline position of a box. The (setf gtk-box-baseline-position) slot access functions sets the baseline position.

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

See also

2021-10-31