Method

GtkWindowadd_accel_group

Declaration [src]

void
gtk_window_add_accel_group (
  GtkWindow* window,
  GtkAccelGroup* accel_group
)

Description [src]

Associate accel_group with window, such that calling gtk_accel_groups_activate() on window will activate accelerators in accel_group.

Parameters

accel_group

Type: GtkAccelGroup

A GtkAccelGroup.

The data is owned by the caller of the method.