NamedAction#
Superclasses: ShortcutAction, Object
A GtkShortcutAction that activates an action by name.
Constructors#
- class NamedAction
- classmethod new(name: str) NamedAction#
Creates an action that when activated, activates the named action on the widget.
It also passes the given arguments to it.
See
insert_action_groupfor how to add actions to widgets.- Parameters:
name – the detailed name of the action