Table.setHomogeneous

void setHomogeneous(bool homogeneous)

Changes the homogenous property of table cells, ie. whether all cells are an equal size or not.

Parameters

homogeneousSet to true to ensure all table cells are the same size. Set to false if this is not your desired behaviour.

Deprecated

Use [gtk.grid.Grid.setRowHomogeneous] and

[gtk.grid.Grid.setColumnHomogeneous] with #GtkGrid.