Menu.setAccelGroup

Set the #GtkAccelGroup which holds global accelerators for the menu. This accelerator group needs to also be added to all windows that this menu is being used in with gtk.window.Window.addAccelGroup, in order for those windows to support all the accelerators contained in this group.

class Menu
void
setAccelGroup

Parameters

accelGroup gtk.accel_group.AccelGroup

the #GtkAccelGroup to be associated with the menu.