Method

GtkTableresize

deprecated: 3.4 

Declaration [src]

void
gtk_table_resize (
  GtkTable* table,
  guint rows,
  guint columns
)

Description [src]

If you need to change a table’s size after it has been created, this function allows you to do so.

Deprecated since: 3.4

GtkGrid resizes automatically.

Parameters

rows

Type: guint

The new number of rows.

columns

Type: guint

The new number of columns.