gtkCTreeCollapseToDepth        package:RGtk2        R Documentation

_g_t_k_C_T_r_e_e_C_o_l_l_a_p_s_e_T_o_D_e_p_t_h

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

     Collapse a node and its children up to the depth given. *WARNING:
     'gtk_ctree_collapse_to_depth' is deprecated and should not be used
     in newly-written code.*

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

     gtkCTreeCollapseToDepth(object, node, depth)

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

'object': ['GtkCTree'] 

  'node': ['GtkCTreeNode'] 

 'depth': [integer] The (absolute) depth up to which to collapse nodes.

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

     Derived by RGtkGen from GTK+ documentation

