Package: gtk

Accessor gtk:grid-column-homogeneous

Lambda List

gtk:grid-column-homogeneous (object)

Syntax

(gtk:grid-column-homogeneous object) => homogenous
(setf (gtk:grid-column-homogeneous object) homogenous)

Arguments

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

Details

Accessor of the column-homogeneous slot of the gtk:grid class. The gtk:grid-column-homogeneous function returns whether all columns of the grid have the same width. The (setf gtk:grid-column-homogeneous) function sets whether all columns of the grid will have the same width.
 

See also

2024-9-14