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 widget
position -- a value of the gtk:baseline-position enumeration

Details

Accessor of the baseline-position slot of the gtk:box class. The gtk:box-baseline-position function gets the baseline position of a box. The (setf gtk:box-baseline-position) function 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 the position value is used to allocate the baseline with respect to the extra space available.
 

See also

2024-4-22