Gtk.Table.prototype.resize
function resize(rows:Number, columns:Number):void { // Gjs wrapper for gtk_table_resize() }
If you need to change a table's size <emphasis>after</emphasis> it has been created, this function allows you to do so.
- rows
The new number of rows.
- columns
The new number of columns.