NamedAction
Description:
[ CCode ( has_construct_function = false , type = "GtkShortcutAction*" ) ]
public NamedAction (string name)
public NamedAction (string name)
Creates an action that when activated, activates the named action on the widget.
It also passes the given arguments to it.
See [method@Gtk.Widget.insert_action_group] for how to add actions to widgets.
Parameters:
name |
the detailed name of the action |
Returns:
a new `GtkShortcutAction` |