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: GtkAccelGroup

Accel group for this widget.

The data is owned by the caller of the method.
accel_key

Type: guint

GDK keyval of the accelerator.

accel_mods

Type: GdkModifierType

Modifier key combination of the accelerator.

Return value

Type: gboolean

Whether an accelerator was installed and could be removed.