wxWidgets/tests/events
VZ 5551932c25 Allow using Bind() with non-public inheritance in C++11 code
Using Bind() with a method of the class deriving from wxEvtHandler
non-publicly used to result in a compile-time error, but at least with C++11
we can detect this case and allow the code to compile.

Closes #17623.
2016-11-29 19:32:40 +01:00
..
clone.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
evthandler.cpp Allow using Bind() with non-public inheritance in C++11 code 2016-11-29 19:32:40 +01:00
evtlooptest.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
evtsource.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
keyboard.cpp x11 alrady support GetUnicodeKey() by last commit, remove these check 2014-09-23 17:43:41 +00:00
propagation.cpp Revert "Fix fields initialization in wxCommandEvent copy ctor." 2016-01-30 05:02:54 +01:00
stopwatch.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
timertest.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00