Enumeration

GtkFileChooserConfirmation

since: 2.8

Declaration

enum Gtk.FileChooserConfirmation

Description [src]

Used as a return value of handlers for the GtkFileChooser::confirm-overwrite signal of a GtkFileChooser. This value determines whether the file chooser will present the stock confirmation dialog, accept the user’s choice of a filename, or let the user choose another filename.

Available since: 2.8

Members

GTK_FILE_CHOOSER_CONFIRMATION_CONFIRM

The file chooser will present its stock dialog to confirm about overwriting an existing file.

  • Value: 0
  • Available since: 2.8
GTK_FILE_CHOOSER_CONFIRMATION_ACCEPT_FILENAME

The file chooser will terminate and accept the user’s choice of a file name.

  • Value: 1
  • Available since: 2.8
GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN

The file chooser will continue running, so as to let the user select another file name.

  • Value: 2
  • Available since: 2.8