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: GtkBindingSignal

Implementation detail.

signal_name: gchar*

The action signal to be emitted.

n_args: guint

Number of arguments specified for the signal.

args: GtkBindingArg

The arguments specified for the signal.