Function

GtkBindingEntryadd_signall

Declaration [src]

void
gtk_binding_entry_add_signall (
  GtkBindingSet* binding_set,
  guint keyval,
  GdkModifierType modifiers,
  const gchar* signal_name,
  GSList* binding_args
)

Description [src]

Override or install a new key binding for keyval with modifiers on binding_set.

Parameters

binding_set

Type: GtkBindingSet

A GtkBindingSet to add a signal to.

The data is owned by the caller of the function.
keyval

Type: guint

Key value.

modifiers

Type: GdkModifierType

Key modifier.

signal_name

Type: const gchar*

Signal name to be bound.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
binding_args

Type: A list of None

list of `GtkBindingArg` signal arguments.
The data is owned by the caller of the function.