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

Accessor of the row-homogeneous slot of the gtk:grid class. The gtk:grid-row-homogeneous function returns whether all rows of the grid have the same height. The (setf gtk:grid-row-homogeneous) function sets whether all rows of the grid will have the same height.
 

See also

2024-9-14