Package: gtk

Accessor gtk-table-homogeneous

Lambda List

gtk-table-homogeneous (object)

Syntax

(gtk-table-homogeneous object) => homogeneous
(setf (gtk-table-homogeneous object) homogeneous)

Arguments

object -- a gtk-table widget
homogeneous -- set to true to ensure all table cells are the same size, set to false if this is not the desired behaviour

Details

Accessor of the homogeneous slot of the gtk-table class.

The slot access function gtk-table-homogeneous returns whether the table cells are all constrained to the same width and height. The slot access function (setf gtk-table-homogeneous) changes the homogeneous property.

Warning

The function gtk-table-homogeneous has been deprecated since version 3.4 and should not be used in newly written code. Use the gtk-grid widget with the functions gtk-grid-row-homogeneous and gtk-grid-column-homogeneous.
 

See also

2021-7-20