NamedAction.this

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

Creates an action that when activated, activates the named action on the widget.

It also passes the given arguments to it.

See gtk.widget.Widget.insertActionGroup for how to add actions to widgets.

Parameters

namethe detailed name of the action

Returns