wxWidgets/include
Vadim Zeitlin f9e19204bf Implement delayed destruction for wxPopupTransientWindow.
Windows of this class can be destroyed at any moment, even while some events
are still being processed, so delay the real destruction until we can be sure
that it's safe to delete the window.

This fixes problems (crashes due to dangling pointers) when the object is
deleted from the overridden OnDismiss(), for example.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-10-09 22:02:02 +00:00
..
msvc/wx Rename web library to webview. 2011-08-19 10:45:16 +00:00
wx Implement delayed destruction for wxPopupTransientWindow. 2011-10-09 22:02:02 +00:00