diff options
Diffstat (limited to 'chrome/browser/gtk/standard_menus.h')
-rw-r--r-- | chrome/browser/gtk/standard_menus.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/gtk/standard_menus.h b/chrome/browser/gtk/standard_menus.h index a26643e..11a2860 100644 --- a/chrome/browser/gtk/standard_menus.h +++ b/chrome/browser/gtk/standard_menus.h @@ -33,6 +33,12 @@ struct MenuCreateMaterial { // If non-NULL, a pointer to the struct we're supposed to use MenuCreateMaterial* submenu; + + // A gdk keysym that is used to activate this item from outside the menu. + unsigned int accel_key; + + // GDK modifiers for the menu items (i.e., shift, ctrl, etc). + unsigned int accel_modifiers; }; // Returns the menu construction data structure for the page menu. |