Gtk.RecentChooserIface - Interface Structures - Gtk 3.0 (original) (raw)

Fields

Name Type Access Description
add_filter object r Adds filter to the list of Gtk.RecentFilter objects held by chooser.
base_iface GObject.TypeInterface r
get_current_uri object r Gets the URI currently selected by chooser.
get_items object r Gets the list of recently used resources in form of Gtk.RecentInfo objects.
get_recent_manager object r Gets the Gtk.RecentManager used by chooser.
item_activated object r Signal emitted when the user “activates” a recent item in the recent chooser.
list_filters object r Gets the Gtk.RecentFilter objects held by chooser.
remove_filter object r Removes filter from the list of Gtk.RecentFilter objects held by chooser.
select_all object r Selects all the items inside chooser, if the chooser supports multiple selection.
select_uri object r Selects uri inside chooser.
selection_changed object r Signal emitted when there is a change in the set of selected recently used resources.
set_current_uri object r Sets uri as the current URI for chooser.
set_sort_func object r Sets the comparison function used when sorting to be sort_func.
unselect_all object r Unselects all the items inside chooser.
unselect_uri object r Unselects uri inside chooser.

Methods

None

Details

class Gtk.RecentChooserIface