SignalAction.this

Creates an action that when activated, emits the given action signal on the provided widget.

It will also unpack the args into arguments passed to the signal.

  1. this(GtkSignalAction* gtkSignalAction, bool ownedRef)
  2. this(string signalName)
    class SignalAction
    this
    (
    string signalName
    )

Parameters

signalName string

name of the signal to emit

Return Value

a new GtkShortcutAction

Throws

ConstructionException GTK+ fails to create the object.

Meta