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