set_homogeneous


Description:

public void set_homogeneous (bool homogeneous)

Changes the homogenous property of table cells, ie.

Note:

Use gtk_grid_set_row_homogeneous and gtk_grid_set_column_homogeneous with GtkGrid.

whether all cells are an equal size or not.

Parameters:

this

The Table you wish to set the homogeneous properties of.

homogeneous

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