Table.resize

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

More...
class Table
void
resize
(
uint rows
,
uint columns
)

Parameters

rows uint

The new number of rows.

columns uint

The new number of columns.

Detailed Description

Deprecated: #GtkGrid resizes automatically.

Meta