Method
GtkWidgetremove_accelerator
Declaration [src]
gboolean
gtk_widget_remove_accelerator (
GtkWidget* widget,
GtkAccelGroup* accel_group,
guint accel_key,
GdkModifierType accel_mods
)
Description [src]
Removes an accelerator from widget, previously installed with gtk_widget_add_accelerator().
Parameters
accel_group-
Type:
GtkAccelGroupAccel group for this widget.
The data is owned by the caller of the method. accel_key-
Type:
guintGDK keyval of the accelerator.
accel_mods-
Type:
GdkModifierTypeModifier key combination of the accelerator.