gtkTreeModelForeach          package:RGtk2          R Documentation

_g_t_k_T_r_e_e_M_o_d_e_l_F_o_r_e_a_c_h

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

     Calls func on each node in model in a depth-first fashion.   If
     'func' returns 'TRUE', then the tree ceases to be walked, and 
     'gtkTreeModelForeach' returns.

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

     gtkTreeModelForeach(object, func, user.data = NULL)

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

'object': ['GtkTreeModel']  A 'GtkTreeModel'

  'func': ['GtkTreeModelForeachFunc']  A function to be called on each
          row

'user.data': [R object]  User data to passed to func.

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

     Derived by RGtkGen from GTK+ documentation

