Package: gtk

Accessor gtk:grid-layout-baseline-row

Lambda List

gtk:grid-layout-baseline-row (object)

Syntax

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

Arguments

object -- a gtk:grid-layout object
row -- an integer with the row index

Details

Accessor of the baseline-row slot of the gtk:grid-layout class. The gtk:grid-layout-baseline-row function retrieves the baseline row. The (setf gtk:grid-layout-baseline-row) function sets which row defines the global baseline for the entire grid.

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 widget.
 

See also

2024-4-23