wxWidgets/tests/events
Vadim Zeitlin de5ba70203 Fix handling events from their items in submenu itself
This previously worked in wxGTK, but not in wxMSW and even under wxGTK
it could be surprising that the submenu got the event, but its parent
menu did not.

Make things consistent between the platforms and send the event to the
menu directly containing it first, but then also to its parent menu(s).

Document the new behaviour and verify that it works as intended with a
new unit test.

Closes #18202.
2018-08-25 02:36:45 +02:00
..
clone.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
evthandler.cpp Avoid gcc -Wunused-function warnings in wxEvtHandler unit test 2017-11-07 02:54:05 +01:00
evtlooptest.cpp
evtsource.cpp
keyboard.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
propagation.cpp Fix handling events from their items in submenu itself 2018-08-25 02:36:45 +02:00
stopwatch.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
timertest.cpp