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(void* ptr, Flag!"Take" take)
  2. this(string signalName)
    class SignalAction
    this
    (
    string signalName
    )

Parameters

signalName string

name of the signal to emit

Return Value