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() nothrow
gtk.binding_signal.BindingSignal next() @property nothrowGet `next` field. Returns: implementation detail
string signalName() @property nothrowGet `signalName` field. Returns: the action signal to be emitted
void signalName(string propval) @property nothrowSet `signalName` field. Params: propval = the action signal to be emitted
uint nArgs() @property nothrowGet `nArgs` field. Returns: number of arguments specified for the signal
void nArgs(uint propval) @property nothrowSet `nArgs` field. Params: propval = number of arguments specified for the signal
Constructors
this(void * ptr, Flag!"Take" take)