]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/nativewin.h
Better fix
[wxWidgets.git] / include / wx / nativewin.h
index ca663ba4d7a754847d4fcac97bf252cec3e25922..3aa6ffc79055f41aa3c73b1e634437d9c0d78080 100644 (file)
@@ -145,6 +145,13 @@ public:
         return false;
     }
 
+
+    // this is an implementation detail: called when the native window is
+    // destroyed by an outside agency; deletes the C++ object too but can in
+    // principle be overridden to something else (knowing that the window
+    // handle of this object and all of its children is invalid any more)
+    virtual void OnNativeDestroyed();
+
 private:
     DECLARE_NO_COPY_CLASS(wxNativeContainerWindow)
 };