Warning
gtk_table_set_homogeneous has been deprecated since version 3.4 and should not be used in newly-written code. Use gtk_grid_set_row_homogeneous() and
gtk_grid_set_column_homogeneous() with GtkGrid.
Changes the homogenous property of table cells, ie. whether all cells are
an equal size or not.
Warning gtk_table_set_homogeneous has been deprecated since version 3.4 and should not be used in newly-written code. Use gtk_grid_set_row_homogeneous() and gtk_grid_set_column_homogeneous() with GtkGrid. Changes the homogenous property of table cells, ie. whether all cells are an equal size or not.