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
evtsource.cpp
keyboard.cpp
propagation.cpp
stopwatch.cpp
timertest.cpp