Method

GtkWindowremove_accel_group

Declaration [src]

void
gtk_window_remove_accel_group (
  GtkWindow* window,
  GtkAccelGroup* accel_group
)

Description [src]

Reverses the effects of gtk_window_add_accel_group().

Parameters

accel_group

Type: GtkAccelGroup

A GtkAccelGroup.

The data is owned by the caller of the method.