Package: gtk

Accessor gtk:grid-baseline-row

Lambda List

gtk:grid-baseline-row (object)

Syntax

(gtk:grid-baseline-row object) => row
(setf (gtk:grid-baseline-row object) row)

Arguments

object -- a gtk:grid widget
row -- an integer for the row index

Details

The accessor for the baseline-row slot of the gtk:grid class gets or sets the row to align to the baseline when valign has the :center value of the gtk:align enumeration.

Each row in the grid can have its own local baseline, but only one of those is global, meaning it will be the baseline in the parent of the grid.
 

See also

2025-07-29