unused
implementation detail
the key binding entries in this binding set
whether this binding set stems from a CSS file and is reset upon theme changes
unused
unique name of this binding set
unused
unused
Find a key binding matching keyval
and modifiers
within
binding_set
and activate the binding on object
.
key value of the binding
key modifier of the binding
object to activate when binding found
This function was used internally by the GtkRC parsing mechanism to assign match patterns to #GtkBindingSet structures.
In GTK+ 3, these match patterns are unused.
path type the pattern applies to
the actual match pattern
binding priority
Find a binding set by its globally unique name.
The set_name
can either be a name used for gtk_binding_set_new()
or the type name of a class used in gtk_binding_set_by_class().
unique binding set name
A binding set maintains a list of activatable key bindings. A single binding set can match multiple types of widgets. Similar to style contexts, can be matched by any information contained in a widgets #GtkWidgetPath. When a binding within a set is matched upon activation, an action signal is emitted on the target widget to carry out the actual activation.