gtk.binding_signal

Module for [BindingSignal] class

Types 1

A GtkBindingSignal stores the necessary information to activate a widget in response to a key press via a signal emission.

Fields
GtkBindingSignal _cInstance
Methods
void * _cPtr()
gtk.binding_signal.BindingSignal next() @propertyGet `next` field. Returns: implementation detail
string signalName() @propertyGet `signalName` field. Returns: the action signal to be emitted
void signalName(string propval) @propertySet `signalName` field. Params: propval = the action signal to be emitted
uint nArgs() @propertyGet `nArgs` field. Returns: number of arguments specified for the signal
void nArgs(uint propval) @propertySet `nArgs` field. Params: propval = number of arguments specified for the signal
Constructors
this(void * ptr, Flag!"Take" take)