NamedAction
Superclasses: ShortcutAction
, Object
- Constructors:
NamedAction(**properties)
new(name:str) -> Gtk.NamedAction
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_group
for how to add actions to widgets.- Parameters:
name – the detailed name of the action