Description Usage Arguments Details Author(s)
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.
1 | gtkFileChooserSetDoOverwriteConfirmation(object, do.overwrite.confirmation)
|
|
a |
|
whether to confirm overwriting in save mode |
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
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.