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:
GtkBindingSetA
GtkBindingSetto skip an entry of.The data is owned by the caller of the function. keyval-
Type:
guintKey value of binding to skip.
modifiers-
Type:
GdkModifierTypeKey modifier of binding to skip.