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 slot access function returns whether all columns of the grid have the same width. The (setf gtk-grid-column-homogeneous) slot access function sets whether all columns of the grid will have the same width.
 

See also

2021-10-30