FileChooserAction
Description:
[ CCode ( cprefix = "GTK_FILE_CHOOSER_ACTION_" ) ]
public enum FileChooserAction
Describes whether a `GtkFileChooser` is being used to open existing files or to save to a possibly new file.
Content:
Enum values:
- CREATE_FOLDER - Indicates a
mode for creating a new folder.
- OPEN - Indicates open mode.
- SAVE - Indicates save mode.
- SELECT_FOLDER - Indicates an
Open mode for selecting folders.