Struct
GtkBindingSignal
Description [src]
structGtkBindingSignal{
GtkBindingSignal*next;
gchar*signal_name;
guintn_args;
GtkBindingArgargs[];
}
A GtkBindingSignal stores the necessary information to activate a widget in response to a key press via a signal emission.
Structure members
next:GtkBindingSignalImplementation detail.
signal_name:gchar*The action signal to be emitted.
n_args:guintNumber of arguments specified for the signal.
args:GtkBindingArgThe arguments specified for the signal.