Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkTableResize: gtkTableResize
Description
If you need to change a table's size
after
it has been created, this function allows you to do so.
Usage
gtkTableResize(object, rows, columns)
Arguments
object
The
GtkTable
you wish to change the size of.
rows
The new number of rows.
columns
The new number of columns.