wxWidgets/tests/events
Vadim Zeitlin d0fb62a656 Generate the same flags for modifier key events in wxGTK as in wxMSW.
Resolve the discrepancy between modifier flags of the key events corresponding
to the modifier key itself between wxMSW and wxGTK by changing the latter to
follow wxMSW behaviour.

Clearly document the now officially correct behaviour of the modifiers for the
key events corresponding to the modifiers keys themselves in the manual.

This fix also makes it unnecessary to work around this bug in the keyboard
unit test so remove it from there.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-09-11 10:19:14 +00:00
..
clone.cpp
evthandler.cpp
evtsource.cpp
keyboard.cpp Generate the same flags for modifier key events in wxGTK as in wxMSW. 2010-09-11 10:19:14 +00:00
propagation.cpp paint events cannot be constructed outside a native redraw in OSX 2010-06-22 13:48:17 +00:00
stopwatch.cpp Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
timertest.cpp remove TestTimer() (adds nothing to existing tests) and move wxStopWatch tests to a new CppUnit test. 2010-05-16 15:44:17 +00:00