GtkWindow::add_accel_group

void add_accel_group( GtkAccelGroup accel_group );

Associate accel_group with the window, such that pressing shortcuts and mnemonics on the window will activate accelerators in accel_group.

See also: remove_accel_group()