Enumeration
GimpFileChooserAction
Description [src]
A type of file to choose from when actions are expected to choose a
file. This is basically a mapping to %GtkFileChooserAction except for
GimpFileChooserAction
which should not be used for any
GUI functions since we can’t know what you are looking for.
Members
Name | Description |
---|---|
GIMP_FILE_CHOOSER_ACTION_ANY |
No restriction. |
GIMP_FILE_CHOOSER_ACTION_OPEN |
Opens an existing file. |
GIMP_FILE_CHOOSER_ACTION_SAVE |
Saves a file (over a new file or an existing one. |
GIMP_FILE_CHOOSER_ACTION_SELECT_FOLDER |
Picks an existing folder. |
GIMP_FILE_CHOOSER_ACTION_CREATE_FOLDER |
Picks an existing or new folder. |