Classes
ActionGroup | A non visible widget used to group actions. |
Bases: enaml.widgets.toolkit_object.ToolkitObject
A non visible widget used to group actions.
An action group can be used in a MenuBar or a ToolBar to group a related set of Actions and apply common operations to the set. The primary use of an action group is to make any checkable actions in the group mutually exclusive.
Whether or not the actions in this group are exclusive.
Whether or not the actions in this group are enabled.
Whether or not the actions in this group are visible.
A reference to the ProxyActionGroup object.