gtk.named_action
Module for [NamedAction] class
Types 3
A gtk.shortcut_action.ShortcutAction that activates an action by name.
Methods
NamedActionGidBuilder builder() static nothrowGet builder for [gtk.named_action.NamedAction] Returns: New builder objectstring 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 activateFluent 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 chainingFluent builder for gtk.named_action.NamedAction
Methods