gtkFileChooserGetDoOverwriteConfirmation {RGtk2}R Documentation

gtkFileChooserGetDoOverwriteConfirmation

Description

Queries whether a file chooser is set to confirm for overwriting when the user types a file name that already exists.

Usage

gtkFileChooserGetDoOverwriteConfirmation(object)

Arguments

object [GtkFileChooser] a GtkFileChooser

Details

Since 2.8

Value

[logical] TRUE if the file chooser will present a confirmation dialog; FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]