gtk.named_action
Module for [NamedAction] class
Types 3
A [gtk.shortcut_action.ShortcutAction] that activates an action by name.
Methods
NamedAction self()Returns `this`, for use in `with` statements.NamedActionGidBuilder builder()Get builder for [gtk.named_action.NamedAction] Returns: New builder objectstring 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 activateMethods
T actionName(string propval)Set `actionName` property. Params: propval = The name of the action to activate. Returns: Builder instance for fluent chainingFluent builder for [gtk.named_action.NamedAction]
Methods