gtkTreeViewSetDestroyCountFunc     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_e_t_D_e_s_t_r_o_y_C_o_u_n_t_F_u_n_c

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

     This function should almost never be used.  It is meant for
     private use by ATK for determining the number of visible children
     that are removed when the user collapses a row, or a row is
     deleted.

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

     gtkTreeViewSetDestroyCountFunc(object, func, data = NULL)

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

'object': ['GtkTreeView']  A 'GtkTreeView'

  'func': ['GtkTreeDestroyCountFunc']  Function to be called when a
          view row is destroyed, or 'NULL'

  'data': [R object]  User data to be passed to 'func', or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

