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 with a row index
pos -- a value of the gtk:baseline-position enumeration

Details

The gtk:grid-row-baseline-position function returns the baseline position of row. The (setf gtk:grid-row-baseline-position) function 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

2024-9-14