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

Implementation detail.

signal_name

The action signal to be emitted.

n_args

Number of arguments specified for the signal.

args

The arguments specified for the signal.