GtkDefs {RGtkBindingGenerator} | R Documentation |
This is an R object representing the definitions of Gtk classes, routines, enumerations, etc. These are used to programmatically create an interface to the C routines and data structures from S.
data(GtkDefs)
This is a list with 5 elements:
This is computed from the .defs files
in the RGtk
package: and
gtk.defs, gdk.defs and gnome.defs and the included .defs files.
The R object is generated via a call to getDefs
.
That uses the RSPython
package the generate
Python module which is part of pygtk.
data(GtkDefs)