Package: gtk

Accessor gtk:grid-layout-row-homogeneous

Lambda List

gtk:grid-layout-row-homogeneous (object)

Syntax

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

Arguments

object -- a gtk:grid-layout object
homogeneous -- a boolean whether all the rows in the grid have the same height

Details

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

See also

2025-08-03