wxWidgets/tests/events
Vadim Zeitlin 8fcf46f65c Forbid creation of wxPaintEvent objects from user code
This doesn't work anyhow, so it's better to prevent the code doing this
from compiling instead of getting run-time asserts or worse.

Also simplify construction of these events inside wxWidgets by passing
the window itself to the ctor instead of passing just its ID and calling
SetEventObject() separately later.

For consistency, do the same thing for wxNcPaintEvent too.
2020-02-10 23:03:01 +01:00
..
clone.cpp Remove CppUnit boilerplate from wxEvent::Clone() test case 2019-07-14 14:12:25 +02:00
evthandler.cpp Forbid creation of wxPaintEvent objects from user code 2020-02-10 23:03:01 +01:00
evtlooptest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
evtsource.cpp
keyboard.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
propagation.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
stopwatch.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
timertest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00