]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
Applied patch [ 761138 ] Replaces references to wxT("") and _T("") with wxEmptyString
[wxWidgets.git] / include / wx / msw / frame.h
index 369f3a3f5663a9d68fdcc1cf46577bb8f70434cf..f559b18ee2fa1e01f8587f8e44431eda90ec167c 100644 (file)
@@ -128,6 +128,9 @@ protected:
     // window proc for the frames
     long MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
+    // handle WM_INITMENU message
+    bool HandleInitMenu();
+
     virtual bool IsMDIChild() const { return FALSE; }
 
     // get default (wxWindows) icon for the frame