]> git.saurik.com Git - wxWidgets.git/commit
move pending event processing back to wxApp (these methods were moved into wxEventLoo...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 2 Mar 2009 20:45:22 +0000 (20:45 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 2 Mar 2009 20:45:22 +0000 (20:45 +0000)
commit8e40ed8535894eb47af679ad2b08e777c3605dd0
treeef4abdd382a589c2c16c6cea22e4dd33179dff2c
parent805c8d92b92fc29beec5e226ecd48799a70aa005
move pending event processing back to wxApp (these methods were moved into wxEventLoopBase during YieldFor() refactoring - see #10320): we need to be able to queue events even when there's no event loop running (e.g. wxApp::OnInit)

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