git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52540
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// handle of this object and all of its children is invalid any more)
virtual void OnNativeDestroyed();
// 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)
};
private:
DECLARE_NO_COPY_CLASS(wxNativeContainerWindow)
};