]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/menu.h
rewrote wxFileName::Normalize(), added a few methods, general clean up,
[wxWidgets.git] / include / wx / os2 / menu.h
index 381170896a0b3709d86f7242c402dfc822f51429..7b05ee3297dd99c228d898ce322279daa7a9673e 100644 (file)
@@ -21,6 +21,8 @@
 
 class WXDLLEXPORT wxFrame;
 
+void wxSetShortCutKey(wxChar* zText);
+
 // ----------------------------------------------------------------------------
 // Menu
 // ----------------------------------------------------------------------------
@@ -152,6 +154,11 @@ private:
     //
     WXHMENU                         m_hMenu;
 
+    //
+    // The helper variable for creating unique IDs.
+    //
+    static USHORT                  m_nextMenuId;
+
 #if wxUSE_ACCEL
     //
     // The accelerators for our menu items