Gtk.RecentChooser
const Gtk = imports.gi.Gtk;
let recent_chooser = new Gtk.RecentChooser({
filter: value,
limit: value,
local_only: value,
recent_manager: value,
select_multiple: value,
show_icons: value,
show_not_found: value,
show_private: value,
show_tips: value,
sort_type: value,
});
Gtk.RecentChooser is an interface that can be implemented by widgets displaying the list of recently used files. In GTK+, the main objects that implement this interface are Gtk.RecentChooserWidget, Gtk.RecentChooserDialog and Gtk.RecentChooserMenu.
Recently used files are supported since GTK+ 2.10.
Hierarchy
- Gtk.RecentChooser
Methods
- Gtk.RecentChooser.prototype.add_filter
- Gtk.RecentChooser.prototype.get_current_item
- Gtk.RecentChooser.prototype.get_current_uri
- Gtk.RecentChooser.prototype.get_filter
- Gtk.RecentChooser.prototype.get_items
- Gtk.RecentChooser.prototype.get_limit
- Gtk.RecentChooser.prototype.get_local_only
- Gtk.RecentChooser.prototype.get_select_multiple
- Gtk.RecentChooser.prototype.get_show_icons
- Gtk.RecentChooser.prototype.get_show_not_found
- Gtk.RecentChooser.prototype.get_show_private
- Gtk.RecentChooser.prototype.get_show_tips
- Gtk.RecentChooser.prototype.get_sort_type
- Gtk.RecentChooser.prototype.get_uris
- Gtk.RecentChooser.prototype.list_filters
- Gtk.RecentChooser.prototype.remove_filter
- Gtk.RecentChooser.prototype.select_all
- Gtk.RecentChooser.prototype.select_uri
- Gtk.RecentChooser.prototype.set_current_uri
- Gtk.RecentChooser.prototype.set_filter
- Gtk.RecentChooser.prototype.set_limit
- Gtk.RecentChooser.prototype.set_local_only
- Gtk.RecentChooser.prototype.set_select_multiple
- Gtk.RecentChooser.prototype.set_show_icons
- Gtk.RecentChooser.prototype.set_show_not_found
- Gtk.RecentChooser.prototype.set_show_private
- Gtk.RecentChooser.prototype.set_show_tips
- Gtk.RecentChooser.prototype.set_sort_func
- Gtk.RecentChooser.prototype.set_sort_type
- Gtk.RecentChooser.prototype.unselect_all
- Gtk.RecentChooser.prototype.unselect_uri
Signals
Virtual functions
- Gtk.RecentChooser::add_filter
- Gtk.RecentChooser::get_current_uri
- Gtk.RecentChooser::get_items
- Gtk.RecentChooser::item_activated
- Gtk.RecentChooser::list_filters
- Gtk.RecentChooser::remove_filter
- Gtk.RecentChooser::select_all
- Gtk.RecentChooser::select_uri
- Gtk.RecentChooser::selection_changed
- Gtk.RecentChooser::set_current_uri
- Gtk.RecentChooser::set_sort_func
- Gtk.RecentChooser::unselect_all
- Gtk.RecentChooser::unselect_uri