From 96f6c703b1d8ba9c14f898c018a68251ffe2d617 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 27 Jan 2001 12:38:09 +0000 Subject: [PATCH] wxEVT_USER_FIRST readded git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/event.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/wx/event.h b/include/wx/event.h index abab134ccc..bad568212f 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -266,6 +266,14 @@ extern wxEventType wxEVT_CALENDAR_WEEKDAY_CLICKED; extern wxEventType wxEVT_HELP; extern wxEventType wxEVT_DETAILED_HELP; +#if WXWIN_COMPATIBILITY_2 +// +// User events: this is now obsolete, just use wxNewEventType() to get a new +// event +extern wxEventType wxEVT_USER_FIRST; + +#endif // WXWIN_COMPATIBILITY_2 + // Compatibility #if WXWIN_COMPATIBILITY