wxEVT_USER_FIRST readded
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3b7003909e
commit
96f6c703b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user