computeSubClasses {RGtkBindingGenerator} | R Documentation |
This process a list of Gtk classes each with information about its parent class and creates a table (i.e. named list) giving the class (by the name) and its descendant or child classes, across all generations of descendant classes (i.e. not just the direct sub-classes).
Classes that don't have an explicit parent class (e.g. GdkVisual) are added to the Orphan Classes element of the resulting list.
computeSubClasses(classes)
classes |
the classes element of the object returned
from getDefs |
A named list whose names are the names of the parent classes, each whose associated element is a character vector giving the names of the descendant classes.
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RGtk http://www.omegahat.org/GtkAutoBindingGen http://www.gtk.org