Package: gtk

Function gtk:grid-row-baseline-position

Lambda List

gtk:grid-row-baseline-position (grid row)

Syntax

(gtk:grid-row-baseline-position grid row) => pos
(setf (gtk:grid-row-baseline-position grid row) pos)

Arguments

grid -- a gtk:grid widget
row -- an integer for the row index
pos -- a value of the gtk:baseline-position enumeration

Details

Gets or sets how the baseline should be positioned on row of the grid, in case that row is assigned more space than is requested. The default baseline position is :center.
 

See also

2026-07-13