gtkTableResize: gtkTableResize

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

If you need to change a table's size after it has been created, this function allows you to do so.

Usage

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkTableResize in RGtk2...