createInheritanceTree      package:RGtkViewers      R Documentation

_C_r_e_a_t_e _a _G_t_k_T_r_e_e _t_o _r_e_p_r_e_s_e_n_t _a _h_i_e_r_a_r_c_h_y

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

     This is a recursive function that creates a 'GtkTree' from the
     specified hierarchy, starting at the specified node.

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

     createInheritanceTree(hier, el = hier[["NA"]][1], top = gtkTree(), callback = NULL)

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

    hier: the overall hierarchy information

      el: the node at which to start

     top: the tree into which to add the nodes

callback: the callback function to register with the 'select' signal
          for each node that is created.

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

     A list 

    item: the 'GtkTreeItem'

 subTree: the sub-tree associated with the node 'item'

    tree: the top-level 'GtkTree' object

_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.gtk.org>

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

     'showGtkInheritance'

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

