computeSubClasses {RGtkBindingGenerator}R Documentation

Generate Gtk class inheritance table

Description

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.

Usage

computeSubClasses(classes)

Arguments

classes the classes element of the object returned from getDefs

Value

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.

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

http://www.omegahat.org/RGtk http://www.omegahat.org/GtkAutoBindingGen http://www.gtk.org

See Also

getDefs

Examples



[Package RGtkBindingGenerator version 0.3 Index]