Method

GtkTableget_homogeneous

deprecated: 3.4 

Declaration [src]

gboolean
gtk_table_get_homogeneous (
  GtkTable* table
)

Description [src]

Returns whether the table cells are all constrained to the same width and height. (See gtk_table_set_homogeneous ()).

Deprecated since: 3.4

Use gtk_grid_get_row_homogeneous() and gtk_grid_get_column_homogeneous() with GtkGrid.

Gets propertyGtk.Table:homogeneous

Return value

Type: gboolean

TRUE if the cells are all constrained to the same size.