getConstructors {RGtkBindingGenerator} | R Documentation |
This searches the class and function definitions read
from the .defs files and returns the constructor
functions, identified by those routines with
a _new
in their names.
getConstructors(defs)
defs |
the entire collection of symbolic definitions for the Gtk
classes, routines, etc. read from the .defs files via
getDefs .
|
This raises a warning if it finds a constructor function without a class definition with the associated name.
A named character vector giving the names of the constructors indexed by the associated class name, i.e. the elements are the names of the constructor routines and the names of the elements are the class names.
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RGtk, http://www.omegahat.org/RGtkBindingGenerator, http://www.gtk.org http://www.pygtk.org(?)
data(GtkDefs) getConstructors(GtkDefs)