Struct
GtkBindingSignal
Description [src]
struct GtkBindingSignal {
GtkBindingSignal* next;
gchar* signal_name;
guint n_args;
GtkBindingArg args[];
}
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.