gtkFileChooserDialogNew        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

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

     Creates a new 'GtkFileChooserDialog'.  This function is analogous
     to 'gtkDialogNewWithButtons'.

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

     gtkFileChooserDialogNew(title = NULL, parent = NULL, action, ..., 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

   '...': 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

