Function

GtkBindingSetnew

Declaration [src]

GtkBindingSet*
gtk_binding_set_new (
  const gchar* set_name
)

Description [src]

GTK+ maintains a global list of binding sets. Each binding set has a unique name which needs to be specified upon creation.

This function is not directly available to language bindings.

Parameters

set_name

Type: const gchar*

Unique name of this binding set.

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

Return value

Type: GtkBindingSet

New binding set.

The data is owned by the called function.