gtkCTreePreRecursive          package:RGtk2          R Documentation

_g_t_k_C_T_r_e_e_P_r_e_R_e_c_u_r_s_i_v_e

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

     Recursively apply a function to all nodes of the tree at or below
     a certain node. The function is called for each node after it has
     been called for its parent. *WARNING: 'gtk_ctree_pre_recursive' is
     deprecated and should not be used in newly-written code.*

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

     gtkCTreePreRecursive(object, node, func, data = NULL)

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

'object': ['GtkCTree'] 

  'node': ['GtkCTreeNode'] The node where to start. 'NULL' means to
          start at the root.

  '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

