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_OPEN mode 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 GListModel containing the filters that have been added with gtk_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 GListModel containing the shortcut folders that have been added with gtk_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"