gtkCTreePreRecursiveToDepth      package:RGtk2      R Documentation

_g_t_k_C_T_r_e_e_P_r_e_R_e_c_u_r_s_i_v_e_T_o_D_e_p_t_h

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

     Recursively apply a function to nodes up to a certain depth. The
     function is called for each node after it has been called for that
     node's children. *WARNING: 'gtk_ctree_pre_recursive_to_depth' is
     deprecated and should not be used in newly-written code.*

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

     gtkCTreePreRecursiveToDepth(object, node, depth, func, data = NULL)

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

'object': ['GtkCTree'] 

  'node': ['GtkCTreeNode'] The node where to start.

 'depth': [integer] The maximum absolute depth for applying the
          function.  If depth is negative, this function just calls
          'gtkCTreePostRecursive'.

  'func': ['GtkCTreeFunc'] The function to apply to each node.

  'data': [R object] A closure argument given to each invocation of the
          function.

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

     Derived by RGtkGen from GTK+ documentation

