GtkDefs {RGtkBindingGenerator}R Documentation

Symbolic definitions of the base Gtk classes, routines, enumerations, etc.

Description

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.

Usage

data(GtkDefs)

Format

This is a list with 5 elements:

functions
the definitions for the C routines in the library.
enums
the definitions for the enumerations in the library
flags
the definitions for the flags in the library
classes
the definitions of the different classes defined within this library.
boxes
the box-type data structures in this library.

Source

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.

References

http://www.omegahat.org/RGtk

Examples

data(GtkDefs)

[Package RGtkBindingGenerator version 0.3 Index]