Table.resize

Warning gtk_table_resize has been deprecated since version 3.4 and should not be used in newly-written code. GtkGrid resizes automatically. If you need to change a table's size after it has been created, this function allows you to do so.

class Table
void
resize
(
uint rows
,
uint columns
)

Parameters

rows uint

The new number of rows.

columns uint

The new number of columns.

Meta