Function
GtkBindingEntryremove
Declaration [src]
void
gtk_binding_entry_remove (
GtkBindingSet* binding_set,
guint keyval,
GdkModifierType modifiers
)
Description [src]
Remove a binding previously installed via
gtk_binding_entry_add_signal()
on binding_set
.
Parameters
binding_set
-
Type:
GtkBindingSet
A
GtkBindingSet
to remove an entry of.The data is owned by the caller of the function. keyval
-
Type:
guint
Key value of binding to remove.
modifiers
-
Type:
GdkModifierType
Key modifier of binding to remove.