wxWidgets/tests/events
Vadim Zeitlin 75b2220eba Fix crashes after using "wildcard" wxEvtHandler::Disconnect().
When not specifying the function to disconnect, the associated event sink was
destroyed too early resulting in crashes later. Fix this and add unit tests
verifying that things work as expected and at least don't crash.

Closes #14563.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-11-10 12:22:32 +00:00
..
clone.cpp
evthandler.cpp Fix crashes after using "wildcard" wxEvtHandler::Disconnect(). 2012-11-10 12:22:32 +00:00
evtsource.cpp
keyboard.cpp Don't use Shift-TAB in keyboard test. 2012-10-24 00:25:09 +00:00
propagation.cpp fake paint events don't work with wxGTK3 either 2012-07-11 07:32:10 +00:00
stopwatch.cpp
timertest.cpp