]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
Correct a typo in DoAutoCompleteCustom() stub in wxMSW.
[wxWidgets.git] / include / wx / msw / menu.h
index 84c36316208bfd3a6a6662b1d061f97ceca79c9d..d80e85cca199ec093f25bb51f3ff6d478404dc58 100644 (file)
@@ -102,6 +102,9 @@ public:
         m_maxAccelWidth = -1;
     }
 
+    // get the menu with given handle (recursively)
+    wxMenu* MSWGetMenu(WXHMENU hMenu);
+
 private:
     void CalculateMaxAccelWidth();
 
@@ -208,6 +211,9 @@ public:
     void Refresh( bool eraseBackground,
                           const wxRect *rect = (const wxRect *) NULL ) { wxWindow::Refresh(eraseBackground, rect); }
 
+    // get the menu with given handle (recursively)
+    wxMenu* MSWGetMenu(WXHMENU hMenu);
+
 protected:
     // common part of all ctors
     void Init();