Method
GtkTableset_homogeneous
deprecated: 3.4
Declaration [src]
void
gtk_table_set_homogeneous (
GtkTable* table,
gboolean homogeneous
)
Description [src]
Changes the homogenous property of table cells, ie. whether all cells are an equal size or not.
Deprecated since: 3.4
Use gtk_grid_set_row_homogeneous()
and
gtk_grid_set_column_homogeneous()
with GtkGrid
.
Sets property | Gtk.Table:homogeneous |