gtk.signal_action
Module for [SignalAction] class
Types 3
A [gtk.shortcut.Shortcut]Action 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 emitMethods
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