FileChooserPropertyName
public enum FileChooserPropertyName : String, PropertyNameProtocol
Undocumented
-
Undocumented
Declaration
Swift
case action = "action"
-
Whether a file chooser not in
GTK_FILE_CHOOSER_ACTION_OPEN
mode will offer the user to create new folders.Declaration
Swift
case createFolders = "create-folders"
-
Whether a file chooser in
GTK_FILE_CHOOSER_ACTION_SAVE
mode will present an overwrite confirmation dialog if the user selects a file name that already exists.Declaration
Swift
case doOverwriteConfirmation = "do-overwrite-confirmation"
-
Undocumented
Declaration
Swift
case extraWidget = "extra-widget"
-
Undocumented
Declaration
Swift
case filter = "filter"
-
Undocumented
Declaration
Swift
case localOnly = "local-only"
-
Undocumented
Declaration
Swift
case previewWidget = "preview-widget"
-
Undocumented
Declaration
Swift
case previewWidgetActive = "preview-widget-active"
-
Undocumented
Declaration
Swift
case selectMultiple = "select-multiple"
-
Undocumented
Declaration
Swift
case showHidden = "show-hidden"
-
Undocumented
Declaration
Swift
case usePreviewLabel = "use-preview-label"