GtkBindingSignal

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

Members

Variables

args
GtkBindingArg* args;

the arguments specified for the signal

nArgs
uint nArgs;

number of arguments specified for the signal

next
GtkBindingSignal* next;

implementation detail

signalName
char* signalName;

the action signal to be emitted

Meta