gtkTableResize {RGtk2}R Documentation

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 [GtkTable] The GtkTable you wish to change the size of.
rows [numeric] The new number of rows.
columns [numeric] The new number of columns.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]