gtk.named_action

Module for [NamedAction] class

Types 3

A [gtk.shortcut_action.ShortcutAction] that activates an action by name.

Methods
GType _gType() @property
NamedAction self()Returns `this`, for use in `with` statements.
NamedActionGidBuilder builder()Get builder for [gtk.named_action.NamedAction] Returns: New builder object
string actionName() @propertyGet `actionName` property. Returns: The name of the action to activate.
string getActionName()Returns the name of the action that will be activated. Returns: the name of the action to activate
Constructors
this(void * ptr, Flag!"Take" take)
this(string name)Creates an action that when activated, activates the named action on the widget.
Methods
T actionName(string propval)Set `actionName` property. Params: propval = The name of the action to activate. Returns: Builder instance for fluent chaining

Fluent builder for [gtk.named_action.NamedAction]