Package: gtk

Accessor gtk:grid-row-homogeneous

Lambda List

gtk:grid-row-homogeneous (object)

Syntax

(gtk:grid-row-homogeneous object) => homogeneous
(setf (gtk:grid-row-homogeneous object) homogeneous)

Arguments

object -- a gtk:grid widget
homogeneous -- true to make rows homogeneous

Details

The accessor for the row-homogeneous slot of the gtk:grid class gets or sets whether all rows of the grid have the same height.
 

See also

2025-07-29