]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/nativewin.h
replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and...
[wxWidgets.git] / include / wx / nativewin.h
index 3aa6ffc79055f41aa3c73b1e634437d9c0d78080..be24584745b6fb9e1e618e4f9c0291cb15e77a00 100644 (file)
@@ -152,6 +152,12 @@ public:
     // handle of this object and all of its children is invalid any more)
     virtual void OnNativeDestroyed();
 
+protected:
+#ifdef __WXMSW__
+    virtual WXLRESULT
+    MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+#endif // __WXMSW__
+
 private:
     DECLARE_NO_COPY_CLASS(wxNativeContainerWindow)
 };