SignalAction.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string signalName)

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.

Parameters

signalNamename of the signal to emit

Returns

a new [gtk.shortcut_action.ShortcutAction]