gWidgetsRGtk2-package {gWidgetsRGtk2} | R Documentation |
Port of gWidgets API to RGtk2
This package allows the gWidgets API to use the RGtk2 package allowing the use of the GTK libraries within R. The documentation for the functions in this package are contained in the gWidgets package.
As gWidgets is meant to be multi-toolkit, this file documents differences from the API.
Containers:
The glayout
container is not dynamic. First you load the
variables, then you need to call visible()<- TRUE
. Once this is
set, no new widgets can be added to the container.
Widgets:
In the data frame editor (gdf()) the subset= option only works if the
column names have not been changed.
Methods:
The font
method is not implemented.
Michael Lawrence, John Verzani
Maintainer: John Verzani <gwidgetsrgtk@gmail.com>
gWidgets