If %TRUE, the action's menu item proxies will ignore the #GtkSettings:gtk-menu-images setting and always show their image, if available.
Use this property if the menu item would be useless or hard to use without their image.
The #GtkRecentFilter object to be used when displaying the recently used resources.
The #GIcon displayed in the #GtkAction.
Note that the stock icon is preferred, if the #GtkAction:stock-id property holds the id of an existing stock icon.
This is an appearance property and thus only applies if #GtkActivatable:use-action-appearance is %TRUE.
When TRUE, empty menu proxies for this action are hidden.
The name of the icon from the icon theme.
Note that the stock icon is preferred, if the #GtkAction:stock-id property holds the id of an existing stock icon, and the #GIcon is preferred if the #GtkAction:gicon property is set.
This is an appearance property and thus only applies if #GtkActivatable:use-action-appearance is %TRUE.
Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.
The label used for menu items and buttons that activate this action. If the label is %NULL, GTK+ uses the stock label specified via the stock-id property.
This is an appearance property and thus only applies if #GtkActivatable:use-action-appearance is %TRUE.
The maximum number of recently used resources to be displayed, or -1 to display all items.
Whether this #GtkRecentChooser should display only local (file:) resources.
A unique name for the action.
The #GtkRecentManager instance used by the #GtkRecentChooser to display the list of recently used resources.
Allow the user to select multiple resources.
Whether the action is enabled.
A shorter label that may be used on toolbar buttons.
This is an appearance property and thus only applies if #GtkActivatable:use-action-appearance is %TRUE.
Whether this #GtkRecentChooser should display an icon near the item.
Whether this #GtkRecentChooser should display the recently used resources even if not present anymore. Setting this to %FALSE will perform a potentially expensive check on every local resource (every remote resource will always be displayed).
Whether the items should be displayed with a number.
Whether this #GtkRecentChooser should display a tooltip containing the full path of the recently used resources.
Sorting order to be used when displaying the recently used resources.
The stock icon displayed in widgets representing this action.
This is an appearance property and thus only applies if #GtkActivatable:use-action-appearance is %TRUE.
A tooltip for this action.
Whether the action is visible.
Whether the toolbar item is visible when the toolbar is in a horizontal orientation.
When %TRUE, toolitem proxies for this action are represented in the toolbar overflow menu.
Whether the toolbar item is visible when the toolbar is in a vertical orientation.
The GtkActionGroup this GtkAction is associated with, or NULL (for internal use).