gtkTreeViewSetSearchEntry       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_n_t_r_y

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

     Sets the entry which the interactive search code will use for this
     'tree.view'.  This is useful when you want to provide a search
     entry in our interface at all time at a fixed position.  Passing
     'NULL' for 'entry' will make the interactive search code use the
     built-in popup entry again.

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

     gtkTreeViewSetSearchEntry(object, entry = NULL)

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

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

 'entry': ['GtkEntry']  the entry the interactive search code of
          'tree.view' should use or 'NULL'

_D_e_t_a_i_l_s:

     Since  2.10

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

     Derived by RGtkGen from GTK+ documentation

