Table.getHomogeneous
bool getHomogeneous()Returns whether the table cells are all constrained to the same width and height. (See gtk_table_set_homogeneous ())
Returns
true if the cells are all constrained to the same size
Deprecated
Use gtk.grid.Grid.getRowHomogeneous and
gtk.grid.Grid.getColumnHomogeneous with #GtkGrid.