Method

GtkAccelGroupdisconnect_key

Declaration [src]

gboolean
gtk_accel_group_disconnect_key (
  GtkAccelGroup* accel_group,
  guint accel_key,
  GdkModifierType accel_mods
)

Description [src]

Removes an accelerator previously installed through gtk_accel_group_connect().

Parameters

accel_key

Type: guint

Key value of the accelerator.

accel_mods

Type: GdkModifierType

Modifier combination of the accelerator.

Return value

Type: gboolean

TRUE if there was an accelerator which could be removed, FALSE otherwise.