+/*
+ If this is defined, wxEvtHandler::Bind<>() is available (not all compilers
+ have the required template support for this and in particular under Windows
+ where only g++ and MSVC >= 7 currently support it.
+ */
+#if wxCHECK_GCC_VERSION(3, 2) || wxCHECK_VISUALC_VERSION(7)
+ #define wxHAS_EVENT_BIND
+#endif
+
+