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