]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/mdi.h
normalize printf/scanf format strings correctly on all platforms, while accounting...
[wxWidgets.git] / include / wx / msw / mdi.h
index cd0b21b28d24c6eb6c8604a8ea58f68c51aeaac7..3b9c41387e4bf40874982892a0a856636969a917 100644 (file)
@@ -92,6 +92,9 @@ public:
     virtual WXLRESULT MSWDefWindowProc(WXUINT, WXWPARAM, WXLPARAM);
     virtual bool MSWTranslateMessage(WXMSG* msg);
 
+    // override wxFrameBase function to also look in the active child menu bar
+    virtual const wxMenuItem *FindItemInMenuBar(int menuId) const;
+
 protected:
 #if wxUSE_MENUS_NATIVE
     virtual void InternalSetMenuBar();