X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/18f0a2c5aa8585a77b0859f54211980bbbd74c51..22f69dd493fffccc8ec916a9ba5d45c935359a1c:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index 3bde6aaa5d..74e70d9485 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -120,6 +120,9 @@ wxList *wxPendingEvents = (wxList *)NULL; // common event types are defined here, other event types are defined by the // components which use them + +const wxEventType wxEVT_FIRST = 10000; +const wxEventType wxEVT_USER_FIRST = wxEVT_FIRST + 2000; DEFINE_EVENT_TYPE(wxEVT_NULL) DEFINE_EVENT_TYPE(wxEVT_COMMAND_BUTTON_CLICKED)