]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
Need include so user code can access book control
[wxWidgets.git] / include / wx / msw / toplevel.h
index 64359f658d10943442ddf683f5b17c2cad8e8842..cc6e9164660f68021fcced6654cf9bb180b3bc98 100644 (file)
@@ -103,6 +103,9 @@ public:
     // choose the right parent to use with CreateWindow()
     virtual WXHWND MSWGetParent() const;
 
     // choose the right parent to use with CreateWindow()
     virtual WXHWND MSWGetParent() const;
 
+    // return true if the message was preprocessed and shouldn't be dispatched
+    virtual bool MSWProcessMessage(WXMSG* pMsg);
+
     // window proc for the frames
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
     // window proc for the frames
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);