GtkBindingSignal
struct GtkBindingSignal {
}
- args
GtkBindingArg* args;
Undocumented in source.
- nArgs
uint nArgs;
Undocumented in source.
- next
GtkBindingSignal* next;
Undocumented in source.
- signalName
char* signalName;
Undocumented in source.
gtkc gtktypes
aliasesenumsfunctionsstructs
A GtkBindingSignal stores the necessary information to activate a widget in response to a key press via a signal emission. GtkBindingSignal *next; implementation detail gchar *signal_name; the action signal to be emitted guint n_args; number of arguments specified for the signal GtkBindingArg *args; the arguments specified for the signal