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 gtk:table-homogeneous function returns whether the table cells are all constrained to the same width and height. The (setf gtk:table-homogeneous) function changes the property.

Warning

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

See also

2024-6-27