Module: Gtk::FileChooserConfirmation

Defined in:
(unknown)

Constant Summary collapse

CONFIRM =

The file chooser will present

its stock dialog to confirm about overwriting an existing file.
0 or :confirm
ACCEPT_FILENAME =

The file chooser will

terminate and accept the user’s choice of a file name.
1 or :accept_filename
SELECT_AGAIN =

The file chooser will

continue running, so as to let the user select another file name.
2 or :select_again