Table.getHomogeneous

Warning gtk_table_get_homogeneous has been deprecated since version 3.4 and should not be used in newly-written code. Use gtk_grid_get_row_homogeneous() and gtk_grid_get_column_homogeneous() with GtkGrid. Returns whether the table cells are all constrained to the same width and height. (See gtk_table_set_homogenous())

class Table
int
getHomogeneous
()

Return Value

Type: int

TRUE if the cells are all constrained to the same size

Meta