Creates a new #GtkRecentAction object. To add the action to a #GtkActionGroup and set the accelerator for the action, call gtk.action_group.ActionGroup.addActionWithAccel.
Returns the value set by gtk.recent_chooser_menu.RecentChooserMenu.setShowNumbers.
Returns this, for use in with statements.
Sets whether a number should be added to the items shown by the widgets representing action. The numbers are shown to provide a unique character for a mnemonic to be used inside the menu item's label. Only the first ten items get a number to avoid clashes.
Get showNumbers property.
Set showNumbers property.
Get builder for gtk.recent_action.RecentAction
Creates a new #GtkRecentAction object. To add the action to a #GtkActionGroup and set the accelerator for the action, call gtk.action_group.ActionGroup.addActionWithAccel.
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.action.Action
Get actionGroup property.
Set actionGroup property.
Get alwaysShowImage property.
Set alwaysShowImage property.
Get gicon property.
Set gicon property.
Get hideIfEmpty property.
Set hideIfEmpty property.
Get iconName property.
Set iconName property.
Get isImportant property.
Set isImportant property.
Get label property.
Set label property.
Get name property.
Get sensitive property.
Set sensitive property.
Get shortLabel property.
Set shortLabel property.
Get stockId property.
Set stockId property.
Get tooltip property.
Set tooltip property.
Get visible property.
Set visible property.
Get visibleHorizontal property.
Set visibleHorizontal property.
Get visibleOverflown property.
Set visibleOverflown property.
Get visibleVertical property.
Set visibleVertical property.
Emits the “activate” signal on the specified action, if it isn't insensitive. This gets called by the proxy widgets when they get activated.
Disable activation signals from the action
Installs the accelerator for action if action has an accel path and group. See gtk.action.Action.setAccelPath and gtk.action.Action.setAccelGroup
This function is intended for use by action implementations to create icons displayed in the proxy widgets.
If action provides a #GtkMenu widget as a submenu for the menu item or the toolbar item it creates, this function returns an instance of that menu.
Creates a menu item widget that proxies for the given action.
Creates a toolbar item widget that proxies for the given action.
Undoes the effect of one call to gtk.action.Action.connectAccelerator.
Returns the accel closure for this action.
Returns the accel path for this action.
Returns whether action's menu item proxies will always show their image, if available.
Gets the gicon of action.
Gets the icon name of action.
Checks whether action is important or not
Gets the label text of action.
Returns the name of the action.
Returns the proxy widgets for an action. See also gtk.activatable.Activatable.getRelatedAction.
Returns whether the action itself is sensitive. Note that this doesn’t necessarily mean effective sensitivity. See gtk.action.Action.isSensitive for that.
Gets the short label text of action.
Gets the stock id of action.
Gets the tooltip text of action.
Returns whether the action itself is visible. Note that this doesn’t necessarily mean effective visibility. See gtk.action.Action.isSensitive for that.
Checks whether action is visible when horizontal
Checks whether action is visible when horizontal
Returns whether the action is effectively sensitive.
Returns whether the action is effectively visible.
Sets the #GtkAccelGroup in which the accelerator for this action will be installed.
Sets the accel path for this action. All proxy widgets associated with the action will have this accel path, so that their accelerators are consistent.
Sets whether action's menu item proxies will ignore the #GtkSettings:gtk-menu-images setting and always show their image, if available.
Sets the icon of action.
Sets the icon name on action
Sets whether the action is important, this attribute is used primarily by toolbar items to decide whether to show a label or not.
Sets the label of action.
Sets the :sensitive property of the action to sensitive. Note that this doesn’t necessarily mean effective sensitivity. See gtk.action.Action.isSensitive
for that.
Sets a shorter label text on action.
Sets the stock id on action
Sets the tooltip text on action
Sets the :visible property of the action to visible. Note that this doesn’t necessarily mean effective visibility. See gtk.action.Action.isVisible
for that.
Sets whether action is visible when horizontal
Sets whether action is visible when vertical
Reenable activation signals from the action
Connect to Activate signal.
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.
A #GtkRecentAction represents a list of recently used files, which can be shown by widgets such as #GtkRecentChooserDialog or #GtkRecentChooserMenu.
To construct a submenu showing recently used files, use a #GtkRecentAction as the action for a <menuitem>. To construct a menu toolbutton showing the recently used files in the popup menu, use a #GtkRecentAction as the action for a <toolitem> element.