X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26f7724c4b03d6d75f8aa80d6cd2b5099ac32ea1..c1ea6afb878385e2586007fc85fef05c2c722a2b:/include/wx/window.h?ds=inline diff --git a/include/wx/window.h b/include/wx/window.h index 06d52fc835..d956ab0d5c 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -832,7 +832,9 @@ protected: // The same holds for all other wxEvtHandler functions. using wxEvtHandler::ProcessEvent; +#if wxUSE_THREADS using wxEvtHandler::ProcessThreadEvent; +#endif using wxEvtHandler::SafelyProcessEvent; using wxEvtHandler::ProcessPendingEvents; using wxEvtHandler::AddPendingEvent; @@ -1406,8 +1408,8 @@ public: protected: // event handling specific to wxWindow - virtual bool TryValidator(wxEvent& event); - virtual bool TryParent(wxEvent& event); + virtual bool TryBefore(wxEvent& event); + virtual bool TryAfter(wxEvent& event); enum WindowOrder { @@ -1703,7 +1705,7 @@ private: DECLARE_ABSTRACT_CLASS(wxWindowBase) - DECLARE_NO_COPY_CLASS(wxWindowBase) + wxDECLARE_NO_COPY_CLASS(wxWindowBase); DECLARE_EVENT_TABLE() };