gtkMenuSetAccelGroup {RGtk2} | R Documentation |
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 gtkWindowAddAccelGroup
, in order
for those windows to support all the accelerators contained in this group.
gtkMenuSetAccelGroup(object, accel.group)
|
[GtkMenu ] a GtkMenu . |
|
[GtkAccelGroup ] the GtkAccelGroup to be associated with the menu. |
Derived by RGtkGen from GTK+ documentation