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
SignalAction self()Returns `this`, for use in `with` statements.SignalActionGidBuilder builder()Get builder for [gtk.signal_action.SignalAction] Returns: New builder objectstring getSignalName()Returns 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)Set `signalName` property. Params: propval = The name of the signal to emit. Returns: Builder instance for fluent chainingFluent builder for gtk.signal_action.SignalAction
Methods
SignalAction build()Create object from builder. Returns: New object