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
This commit is contained in:
@@ -333,7 +333,7 @@ public:
|
||||
@library{wxbase}
|
||||
@category{events}
|
||||
|
||||
@see @ref overview_events_processing
|
||||
@see @ref overview_events_processing, wxEventBlocker, wxEventLoopBase
|
||||
*/
|
||||
class wxEvtHandler : public wxObject
|
||||
{
|
||||
|
Reference in New Issue
Block a user