Enumeration
GimpFileChooserAction
since: 3.0
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.
Available since: 3.0
Members
GIMP_FILE_CHOOSER_ACTION_ANY
-
No restriction.
- Value:
-1
- Nickname:
any
- Available since: 3.0
- Value:
GIMP_FILE_CHOOSER_ACTION_OPEN
-
Opens an existing file.
- Value:
0
- Nickname:
open
- Available since: 3.0
- Value:
GIMP_FILE_CHOOSER_ACTION_SAVE
-
Saves a file (over a new file or an existing one.
- Value:
1
- Nickname:
save
- Available since: 3.0
- Value:
GIMP_FILE_CHOOSER_ACTION_SELECT_FOLDER
-
Picks an existing folder.
- Value:
2
- Nickname:
select-folder
- Available since: 3.0
- Value:
GIMP_FILE_CHOOSER_ACTION_CREATE_FOLDER
-
Picks an existing or new folder.
- Value:
3
- Nickname:
create-folder
- Available since: 3.0
- Value: