gtkFileChooserSetFilter        package:RGtk2        R Documentation

_g_t_k_F_i_l_e_C_h_o_o_s_e_r_S_e_t_F_i_l_t_e_r

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

     Sets the current filter; only the files that pass the filter will
     be displayed. If the user-selectable list of filters is non-empty,
     then the filter should be one of the filters in that list. Setting
     the current filter when the list of filters is empty is useful if
     you want to restrict the displayed set of files without letting
     the user change it.

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

     gtkFileChooserSetFilter(object, filter)

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

'object': ['GtkFileChooser']  a 'GtkFileChooser'

'filter': ['GtkFileFilter']  a 'GtkFileFilter'

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

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

