NamedAction.this

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.

class NamedAction
this
(
string name
)

Parameters

name string

the detailed name of the action

Return Value