ATTRIBUTE_ACTION


Description:

[ CCode ( cname = "G_MENU_ATTRIBUTE_ACTION" ) ]
public const string ATTRIBUTE_ACTION

The menu item attribute which holds the action name of the item.

Action names are namespaced with an identifier for the action group in which the action resides. For example, "win." for window-specific actions and "app." for application-wide actions.

See also get_item_attribute and set_attribute.