Module: Gtk::FileChooserAction

Defined in:
(unknown)

Constant Summary collapse

OPEN =

Indicates open mode. The file chooser will only let the user pick an existing file.

0 or :open
SAVE =

Indicates save mode. The file chooser will let the user pick an existing file, or type in a new filename.

1 or :save
SELECT_FOLDER =

Indicates an Open mode for selecting folders. The file chooser will let the user pick an existing folder.

2 or :select_folder