Method

GtkMenuget_accel_group

Declaration [src]

GtkAccelGroup*
gtk_menu_get_accel_group (
  GtkMenu* menu
)

Description [src]

Gets the GtkAccelGroup which holds global accelerators for the menu. See gtk_menu_set_accel_group().

Gets propertyGtk.Menu:accel-group

Return value

Type: GtkAccelGroup

The GtkAccelGroup associated with the menu.

The returned data is owned by the instance.