RecentChooserSignalName

public enum RecentChooserSignalName : String, SignalNameProtocol

Undocumented

  • This signal is emitted when the user “activates” a recent item in the recent chooser. This can happen by double-clicking on an item in the recently used resources list, or by pressing Enter.

    Declaration

    Swift

    case itemActivated = "item-activated"
  • This signal is emitted when there is a change in the set of selected recently used resources. This can happen when a user modifies the selection with the mouse or the keyboard, or when explicitly calling functions to change the selection.

    Declaration

    Swift

    case selectionChanged = "selection-changed"
  • The GtkRecentFilter object to be used when displaying the recently used resources.

    Declaration

    Swift

    case notifyFilter = "notify::filter"
  • The maximum number of recently used resources to be displayed, or -1 to display all items.

    Declaration

    Swift

    case notifyLimit = "notify::limit"
  • Whether this GtkRecentChooser should display only local (file:) resources.

    Declaration

    Swift

    case notifyLocalOnly = "notify::local-only"
  • The GtkRecentManager instance used by the GtkRecentChooser to display the list of recently used resources.

    Declaration

    Swift

    case notifyRecentManager = "notify::recent-manager"
  • Allow the user to select multiple resources.

    Declaration

    Swift

    case notifySelectMultiple = "notify::select-multiple"
  • Whether this GtkRecentChooser should display an icon near the item.

    Declaration

    Swift

    case notifyShowIcons = "notify::show-icons"
  • Whether this GtkRecentChooser should display the recently used resources even if not present anymore. Setting this to false will perform a potentially expensive check on every local resource (every remote resource will always be displayed).

    Declaration

    Swift

    case notifyShowNotFound = "notify::show-not-found"
  • Undocumented

    Declaration

    Swift

    case notifyShowPrivate = "notify::show-private"
  • Whether this GtkRecentChooser should display a tooltip containing the full path of the recently used resources.

    Declaration

    Swift

    case notifyShowTips = "notify::show-tips"
  • Sorting order to be used when displaying the recently used resources.

    Declaration

    Swift

    case notifySortType = "notify::sort-type"