Creates a new #GtkRecentChooserWidget object. This is an embeddable widget used to access the recently used resources list.
Returns this, for use in with statements.
Get builder for gtk.recent_chooser_widget.RecentChooserWidget
Creates a new #GtkRecentChooserWidget with a specified recent manager.
Get filter property.
Set filter property.
Get limit property.
Set limit property.
Get localOnly property.
Set localOnly property.
Get selectMultiple property.
Set selectMultiple property.
Get showIcons property.
Set showIcons property.
Get showNotFound property.
Set showNotFound property.
Get showTips property.
Set showTips property.
Get sortType property.
Set sortType property.
Adds filter to the list of #GtkRecentFilter objects held by chooser.
Gets the #GtkRecentInfo currently selected by chooser.
Gets the URI currently selected by chooser.
Gets the #GtkRecentFilter object currently used by chooser to affect the display of the recently used resources.
Gets the list of recently used resources in form of #GtkRecentInfo objects.
Gets the number of items returned by gtk.recent_chooser.RecentChooser.getItems and gtk.recent_chooser.RecentChooser.getUris.
Gets whether only local resources should be shown in the recently used resources selector. See gtk.recent_chooser.RecentChooser.setLocalOnly
Gets whether chooser can select multiple items.
Retrieves whether chooser should show an icon near the resource.
Retrieves whether chooser should show the recently used resources that were not found.
Returns whether chooser should display recently used resources registered as private.
Gets whether chooser should display tooltips containing the full path of a recently user resource.
Gets the value set by gtk.recent_chooser.RecentChooser.setSortType.
Gets the URI of the recently used resources.
Gets the #GtkRecentFilter objects held by chooser.
Removes filter from the list of #GtkRecentFilter objects held by chooser.
Selects all the items inside chooser, if the chooser supports multiple selection.
Selects uri inside chooser.
Sets uri as the current URI for chooser.
Sets filter as the current #GtkRecentFilter object used by chooser to affect the displayed recently used resources.
Sets the number of items that should be returned by gtk.recent_chooser.RecentChooser.getItems and gtk.recent_chooser.RecentChooser.getUris.
Sets whether only local resources, that is resources using the file:// URI scheme, should be shown in the recently used resources selector. If local_only is true (the default) then the shown resources are guaranteed to be accessible through the operating system native file system.
Sets whether chooser can select multiple items.
Sets whether chooser should show an icon near the resource when displaying it.
Sets whether chooser should display the recently used resources that it didn’t find. This only applies to local resources.
Whether to show recently used resources marked registered as private.
Sets whether to show a tooltips containing the full path of each recently used resource in a #GtkRecentChooser widget.
Sets the comparison function used when sorting to be sort_func. If the chooser has the sort type set to #GTK_RECENT_SORT_CUSTOM then the chooser will sort using this function.
Changes the sorting order of the recently used resources list displayed by chooser.
Unselects all the items inside chooser.
Unselects uri inside chooser.
Connect to ItemActivated signal.
Connect to SelectionChanged signal.
Returns this, for use in with statements.
Get builder for gtk.box.Box
Gets the value set by gtk.box.Box.setBaselinePosition.
Retrieves the center widget of the box.
Returns whether the box is homogeneous (all children are the same size). See gtk.box.Box.setHomogeneous.
Gets the value set by gtk.box.Box.setSpacing.
Adds child to box, packed with reference to the end of box. The child is packed after (away from end of) any other child packed with reference to the end of box.
Adds child to box, packed with reference to the start of box. The child is packed after any other child packed with reference to the start of box.
Obtains information about how child is packed into box.
Moves child to a new position in the list of box children. The list contains widgets packed #GTK_PACK_START as well as widgets packed #GTK_PACK_END, in the order that these widgets were added to box.
Sets the baseline position of a box. This affects only horizontal boxes with at least one baseline aligned child. If there is more vertical space available than requested, and the baseline is not allocated by the parent then position is used to allocate the baseline wrt the extra space available.
Sets a center widget; that is a child widget that will be centered with respect to the full width of the box, even if the children at either side take up different amounts of space.
Sets the way child is packed into box.
Sets the #GtkBox:homogeneous property of box, controlling whether or not all children of box are given equal space in the box.
Sets the #GtkBox:spacing property of box, which is the number of pixels to place between children of box.
Get filter property.
Set filter property.
Get limit property.
Set limit property.
Get localOnly property.
Set localOnly property.
Get selectMultiple property.
Set selectMultiple property.
Get showIcons property.
Set showIcons property.
Get showNotFound property.
Set showNotFound property.
Get showTips property.
Set showTips property.
Get sortType property.
Set sortType property.
Adds filter to the list of #GtkRecentFilter objects held by chooser.
Gets the #GtkRecentInfo currently selected by chooser.
Gets the URI currently selected by chooser.
Gets the #GtkRecentFilter object currently used by chooser to affect the display of the recently used resources.
Gets the list of recently used resources in form of #GtkRecentInfo objects.
Gets the number of items returned by gtk.recent_chooser.RecentChooser.getItems and gtk.recent_chooser.RecentChooser.getUris.
Gets whether only local resources should be shown in the recently used resources selector. See gtk.recent_chooser.RecentChooser.setLocalOnly
Gets whether chooser can select multiple items.
Retrieves whether chooser should show an icon near the resource.
Retrieves whether chooser should show the recently used resources that were not found.
Returns whether chooser should display recently used resources registered as private.
Gets whether chooser should display tooltips containing the full path of a recently user resource.
Gets the value set by gtk.recent_chooser.RecentChooser.setSortType.
Gets the URI of the recently used resources.
Gets the #GtkRecentFilter objects held by chooser.
Removes filter from the list of #GtkRecentFilter objects held by chooser.
Selects all the items inside chooser, if the chooser supports multiple selection.
Selects uri inside chooser.
Sets uri as the current URI for chooser.
Sets filter as the current #GtkRecentFilter object used by chooser to affect the displayed recently used resources.
Sets the number of items that should be returned by gtk.recent_chooser.RecentChooser.getItems and gtk.recent_chooser.RecentChooser.getUris.
Sets whether only local resources, that is resources using the file:// URI scheme, should be shown in the recently used resources selector. If local_only is true (the default) then the shown resources are guaranteed to be accessible through the operating system native file system.
Sets whether chooser can select multiple items.
Sets whether chooser should show an icon near the resource when displaying it.
Sets whether chooser should display the recently used resources that it didn’t find. This only applies to local resources.
Whether to show recently used resources marked registered as private.
Sets whether to show a tooltips containing the full path of each recently used resource in a #GtkRecentChooser widget.
Sets the comparison function used when sorting to be sort_func. If the chooser has the sort type set to #GTK_RECENT_SORT_CUSTOM then the chooser will sort using this function.
Changes the sorting order of the recently used resources list displayed by chooser.
Unselects all the items inside chooser.
Unselects uri inside chooser.
Connect to ItemActivated signal.
Connect to SelectionChanged signal.
#GtkRecentChooserWidget is a widget suitable for selecting recently used files. It is the main building block of a #GtkRecentChooserDialog. Most applications will only need to use the latter; you can use #GtkRecentChooserWidget as part of a larger window if you have special needs.
Note that #GtkRecentChooserWidget does not have any methods of its own. Instead, you should use the functions that work on a #GtkRecentChooser.
Recently used files are supported since GTK+ 2.10.