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 value property of the currently active member of the group to which this action belongs.
Whether the proxies for this action look like radio action proxies.
This is an appearance property and thus only applies if #GtkActivatable:use-action-appearance is %TRUE.
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.
Sets a new group for a radio action.
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.
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.
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.
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.
The value is an arbitrary integer which can be used as a convenient way to determine which action in the group is currently active in an ::activate or ::changed signal handler. See gtk_radio_action_get_current_value() and #GtkRadioActionEntry for convenient ways to get and set this property.
When %TRUE, toolitem proxies for this action are represented in the toolbar overflow menu.
If the toggle action should be active in or not.