RecentChooserPropertyName
public enum RecentChooserPropertyName : String, PropertyNameProtocol
Undocumented
-
The
GtkRecentFilter
object to be used when displaying the recently used resources.Declaration
Swift
case filter = "filter"
-
The maximum number of recently used resources to be displayed, or -1 to display all items.
Declaration
Swift
case limit = "limit"
-
Whether this
GtkRecentChooser
should display only local (file:) resources.Declaration
Swift
case localOnly = "local-only"
-
The
GtkRecentManager
instance used by theGtkRecentChooser
to display the list of recently used resources.Declaration
Swift
case recentManager = "recent-manager"
-
Allow the user to select multiple resources.
Declaration
Swift
case selectMultiple = "select-multiple"
-
Whether this
GtkRecentChooser
should display an icon near the item.Declaration
Swift
case showIcons = "show-icons"
-
Whether this
GtkRecentChooser
should display the recently used resources even if not present anymore. Setting this tofalse
will perform a potentially expensive check on every local resource (every remote resource will always be displayed).Declaration
Swift
case showNotFound = "show-not-found"
-
Undocumented
Declaration
Swift
case showPrivate = "show-private"
-
Whether this
GtkRecentChooser
should display a tooltip containing the full path of the recently used resources.Declaration
Swift
case showTips = "show-tips"
-
Sorting order to be used when displaying the recently used resources.
Declaration
Swift
case sortType = "sort-type"