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) => position
(setf (gtk-grid-row-baseline-position grid row) position)

Arguments

grid -- a gtk-grid widget
row -- an integer with a row index
position -- a value of the gtk-positon-type enumeration

Details

Accessor of the baseline position of the gtk-grid widget.

The gtk-grid-row-baseline-position function returns the baseline position of row as set by the (setf gtk-grid-row-baseline-position) function or the :center default value.
 

See also

2021-10-30