Function
GtkBindingEntryskip
since: 2.12
Declaration [src]
void
gtk_binding_entry_skip (
GtkBindingSet* binding_set,
guint keyval,
GdkModifierType modifiers
)
Description [src]
Install a binding on binding_set
which causes key lookups
to be aborted, to prevent bindings from lower priority sets
to be activated.
Available since: 2.12
Parameters
binding_set
-
Type:
GtkBindingSet
A
GtkBindingSet
to skip an entry of.The data is owned by the caller of the function. keyval
-
Type:
guint
Key value of binding to skip.
modifiers
-
Type:
GdkModifierType
Key modifier of binding to skip.