gtk.signal_action
Module for [SignalAction] class
Types 3
A gtk.shortcut.ShortcutAction that emits a signal.
Signals that are used in this way are referred to as keybinding signals, and they are expected to be defined with the G_SIGNAL_ACTION flag.
Methods
SignalActionGidBuilder builder() static nothrowGet builder for [gtk.signal_action.SignalAction] Returns: New builder objectstring signalName() @property nothrowGet `signalName` property. Returns: The name of the signal to emit.string getSignalName() nothrowReturns the name of the signal that will be emitted. Returns: the name of the signal to emitFluent builder implementation template for gtk.signal_action.SignalAction
Methods
T signalName(string propval) nothrowSet `signalName` property. Params: propval = The name of the signal to emit. Returns: Builder instance for fluent chainingFluent builder for gtk.signal_action.SignalAction
Methods