gtkFileChooserSetDoOverwriteConfirmationpackage:RGtk2R Documentation

_g_t_k_F_i_l_e_C_h_o_o_s_e_r_S_e_t_D_o_O_v_e_r_w_r_i_t_e_C_o_n_f_i_r_m_a_t_i_o_n

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

     Sets whether a file chooser in GTK_FILE_CHOOSER_ACTION_SAVE mode
     will present a confirmation dialog if the user types a file name
     that already exists.  This is 'FALSE' by default.

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

     gtkFileChooserSetDoOverwriteConfirmation(object, do.overwrite.confirmation)

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

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

'do.overwrite.confirmation': [logical]  whether to confirm overwriting
          in save mode

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

     Regardless of this setting, the 'chooser' will emit the
     "confirm-overwrite" signal when appropriate.

     If all you need is the stock confirmation dialog, set this
     property to 'TRUE'. You can override the way confirmation is done
     by actually handling the "confirm-overwrite" signal; please refer
     to its documentation for the details.  

     Since  2.8

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

     Derived by RGtkGen from GTK+ documentation

