gtk.named_action

Module for [NamedAction] class

Types 3

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

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
NamedAction self() nothrowReturns `this`, for use in `with` statements.
NamedActionGidBuilder builder() static nothrowGet builder for [gtk.named_action.NamedAction] Returns: New builder object
string actionName() @property nothrowGet `actionName` property. Returns: The name of the action to activate.
string getActionName() nothrowReturns 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.

Fluent builder implementation template for gtk.named_action.NamedAction

Methods
T actionName(string propval) nothrowSet `actionName` property. Params: propval = The name of the action to activate. Returns: Builder instance for fluent chaining

Fluent builder for gtk.named_action.NamedAction

Methods
NamedAction build() nothrowCreate object from builder. Returns: New object