NamedAction.this

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.

  1. this(GtkNamedAction* gtkNamedAction, bool ownedRef)
  2. this(string name)
    class NamedAction
    this
    (
    string name
    )

Parameters

name string

the detailed name of the action

Return Value

a new GtkShortcutAction

Throws

ConstructionException GTK+ fails to create the object.

Meta