wxEVT_USER_FIRST put back
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,12 +47,16 @@
|
||||
#endif // wxUSE_GUI
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// events
|
||||
// event constants
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
wxEventType wxEVT_NULL = 0;
|
||||
wxEventType wxEVT_FIRST = 10000;
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2
|
||||
wxEventType wxEVT_USER_FIRST = wxEVT_FIRST + 2000;
|
||||
#endif // WXWIN_COMPATIBILITY_2
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxWin macros
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user