FileChooserPropertyName
public enum FileChooserPropertyName : String, PropertyNameProtocol
Undocumented
-
The type of operation that the file chooser is performing.
Declaration
Swift
case action = "action" -
Whether a file chooser not in
GTK_FILE_CHOOSER_ACTION_OPENmode will offer the user to create new folders.Declaration
Swift
case createFolders = "create-folders" -
The current filter for selecting files that are displayed.
Declaration
Swift
case filter = "filter" -
A
GListModelcontaining the filters that have been added withgtk_file_chooser_add_filter().The returned object should not be modified. It may or may not be updated for later changes.
Declaration
Swift
case filters = "filters" -
Whether to allow multiple files to be selected.
Declaration
Swift
case selectMultiple = "select-multiple" -
A
GListModelcontaining the shortcut folders that have been added withgtk_file_chooser_add_shortcut_folder().The returned object should not be modified. It may or may not be updated for later changes.
Declaration
Swift
case shortcutFolders = "shortcut-folders"
View on GitHub
Install in Dash
FileChooserPropertyName Enumeration Reference