NamedAction

constructor(name: String)

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.

Return

a new GtkShortcutAction

Parameters

name

the detailed name of the action


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)