gtkTreeViewSetSearchEqualFunc     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_e_t_S_e_a_r_c_h_E_q_u_a_l_F_u_n_c

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

     Sets the compare function for the interactive search capabilities;
     note that somewhat like 'strcmp()' returning 0 for equality
     'GtkTreeViewSearchEqualFunc' returns 'FALSE' on matches.

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

     gtkTreeViewSetSearchEqualFunc(object, search.equal.func, search.user.data = NULL)

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

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

'search.equal.func': ['GtkTreeViewSearchEqualFunc']  the compare
          function to use during the search

'search.user.data': [R object]  user data to pass to
          'search.equal.func', or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

