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 for the row index

Details

The accessor for the baseline-row slot of the gtk:grid-layout class gets or 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

2025-08-03