add wxAppConsoleBase::DeletePendingEvents and wxEvtHandler::DeletePendingEvents.
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 8 Mar 2009 12:58:24 +0000 (12:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 8 Mar 2009 12:58:24 +0000 (12:58 +0000)
commitcae9e7b169b5507dc6dced7fc0e0c3b3d9575f3a
tree47136199f5b973a4191e9619537a87787e3d9f46
parentdb034c5228345497d775ab000b3cd19560f170c1
add wxAppConsoleBase::DeletePendingEvents and wxEvtHandler::DeletePendingEvents.
Fix wxAppConsoleBase::Suspend/ResumeProcessingOfPendingEvents: locking the mutex does not prevent wxAppConsoleBase::ProcessPendingEvents from running if the mutex was locked from the main thread!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/app.h
include/wx/event.h
interface/wx/app.h
interface/wx/event.h
src/common/appbase.cpp
src/common/event.cpp