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

Details

Accessor of the baseline-row slot of the gtk-grid class.

The gtk-grid-baseline-row slot access function returns which row defines the global baseline of the grid. The (setf gtk-grid-baseline-row) slot access 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.
 

See also

2021-10-30