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

The GtkTable you wish to change the size of.

rows

The new number of rows.

columns

The new number of columns.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]