FileChooserSignalName

public enum FileChooserSignalName : String, SignalNameProtocol

Undocumented

  • The type of operation that the file chooser is performing.

    Declaration

    Swift

    case notifyAction = "notify::action"
  • Whether a file chooser not in GTK_FILE_CHOOSER_ACTION_OPEN mode will offer the user to create new folders.

    Declaration

    Swift

    case notifyCreateFolders = "notify::create-folders"
  • The current filter for selecting files that are displayed.

    Declaration

    Swift

    case notifyFilter = "notify::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 notifyFilters = "notify::filters"
  • Whether to allow multiple files to be selected.

    Declaration

    Swift

    case notifySelectMultiple = "notify::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 notifyShortcutFolders = "notify::shortcut-folders"