gtkTableResize {RGtk2} | R Documentation |
If you need to change a table's size after it has been created, this function allows you to do so.
gtkTableResize(object, rows, columns)
|
[GtkTable ] The GtkTable you wish to change the size of. |
|
[numeric] The new number of rows. |
|
[numeric] The new number of columns. |
Derived by RGtkGen from GTK+ documentation