gtk.binding_signal
Module for [BindingSignal] class
class BindingSignal
Types 1
classBindingSignal
A GtkBindingSignal stores the necessary information to activate a widget in response to a key press via a signal emission.
Fields
GtkBindingSignal _cInstanceMethods
void * _cPtr() nothrowgtk.binding_signal.BindingSignal next() @property nothrowGet `next` field. Returns: implementation detailstring signalName() @property nothrowGet `signalName` field. Returns: the action signal to be emittedvoid signalName(string propval) @property nothrowSet `signalName` field. Params: propval = the action signal to be emitteduint nArgs() @property nothrowGet `nArgs` field. Returns: number of arguments specified for the signalvoid nArgs(uint propval) @property nothrowSet `nArgs` field. Params: propval = number of arguments specified for the signal