Gtk.FileChooserAction (original) (raw)
Enumeration
GtkFileChooserAction
Declaration
enum Gtk.FileChooserAction
Description [src]
Describes whether a GtkFileChooser
is being used to open existing files or to save to a possibly new file.
Members
Indicates open mode. The file chooser will only let the user pick an existing file.
- Value:
0
- Available since: 3.0
Indicates save mode. The file chooser will let the user pick an existing file, or type in a new filename.
- Value:
1
- Available since: 3.0
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER
Indicates an Open mode for selecting folders. The file chooser will let the user pick an existing folder.
- Value:
2
- Available since: 3.0
GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
Indicates a mode for creating a new folder. The file chooser will let the user name an existing or new folder.
- Value:
3
- Available since: 3.0