Don't mention DEFINE_EVENT_TYPE() in the documentation

This old macro is not documented, only wxDEFINE_EVENT_TYPE() is, so link to
the latter rather than the former.
This commit is contained in:
Vadim Zeitlin
2015-12-05 13:57:11 +01:00
parent 7b90ac6a65
commit be38f5a051

View File

@@ -4473,7 +4473,7 @@ public:
The values of this type should only be created using wxNewEventType().
See the macro DEFINE_EVENT_TYPE() for more info.
See the macro wxDEFINE_EVENT_TYPE() for more information.
@see @ref overview_events
*/