Package: gtk
GEnum gtk:file-chooser-confirmation
Declaration
(gobject:define-genum "GtkFileChooserConfirmation" gtk:file-chooser-confirmation (:export t :type-initializer "gtk_file_chooser_confirmation_get_type") (:confirm 0) (:accept-filename 1) (:select-again 2))
Values
- :confirm
- The file chooser will present its stock dialog to confirm about overwriting an existing file.
- :accept-filename
- The file chooser will terminate and accept the user's choice of a file name.
- :select-again
- The file chooser will continue running, so as to let the user select another file name.
Details
Used as a return value of handlers for the "confirm-overwrite" signal of a gtk:file-chooser widget.
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. gtk:file-chooser
2024-3-22