computeSubClasses    package:RGtkBindingGenerator    R Documentation

_G_e_n_e_r_a_t_e _G_t_k _c_l_a_s_s _i_n_h_e_r_i_t_a_n_c_e _t_a_b_l_e

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     computeSubClasses(classes)

_A_r_g_u_m_e_n_t_s:

 classes: the 'classes' element of the object returned from 'getDefs'

_V_a_l_u_e:

     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.

_A_u_t_h_o_r(_s):

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

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/RGtk> <URL:
     http://www.omegahat.org/GtkAutoBindingGen>   <URL:
     http://www.gtk.org>

_S_e_e _A_l_s_o:

     'getDefs'

_E_x_a_m_p_l_e_s:

