Gjsify LogoGjsify Logo

Interface RecentChooser_ConstructProps

Hierarchy

Index

Properties

filter?: Gtk.RecentFilter

The #GtkRecentFilter object to be used when displaying the recently used resources.

limit?: number

The maximum number of recently used resources to be displayed, or -1 to display all items. By default, the GtkSetting:gtk-recent-files-limit setting is respected: you can override that limit on a particular instance of #GtkRecentChooser by setting this property.

local_only?: boolean

Whether this #GtkRecentChooser should display only local (file:) resources.

recent_manager?: Gtk.RecentManager

The #GtkRecentManager instance used by the #GtkRecentChooser to display the list of recently used resources.

select_multiple?: boolean

Allow the user to select multiple resources.

show_icons?: boolean

Whether this #GtkRecentChooser should display an icon near the item.

show_not_found?: boolean

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).

show_private?: boolean
show_tips?: boolean

Whether this #GtkRecentChooser should display a tooltip containing the full path of the recently used resources.

sort_type?: Gtk.RecentSortType

Sorting order to be used when displaying the recently used resources.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method