gtkFileChooserDialogNewWithBackend   package:RGtk2   R Documentation

_g_t_k_F_i_l_e_C_h_o_o_s_e_r_D_i_a_l_o_g_N_e_w_W_i_t_h_B_a_c_k_e_n_d

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

     Creates a new 'GtkFileChooserDialog' with a specified backend.
     This is especially useful if you use 'gtkFileChooserSetLocalOnly'
     to allow non-local files and you use a more expressive vfs, such
     as gnome-vfs, to load files.

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

     gtkFileChooserDialogNewWithBackend(title = NULL, parent = NULL, action, backend, ..., show = TRUE)

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

 'title': [character]  Title of the dialog, or 'NULL'

'parent': ['GtkWindow']  Transient parent of the dialog, or 'NULL'

'action': ['GtkFileChooserAction']  Open or save mode for the dialog

'backend': [character]  The name of the specific filesystem backend to
          use.

   '...': response ID for the first button, then additional (button,
          id) pairs, ending with 'NULL'

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

     Since  2.4

_V_a_l_u_e:

     ['GtkWidget']  a new 'GtkFileChooserDialog'

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

     Derived by RGtkGen from GTK+ documentation

