]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
set up for OpenVMS richtext & regex and add more samples in compile cascade
[wxWidgets.git] / include / wx / evtloop.h
index ad58b1482c1e354a6e1353f0a51bf78050a77aca..7bef1f38dd7aa05afe16dfba49b2cb8d2f2318d6 100644 (file)
@@ -197,6 +197,12 @@ protected:
     bool m_shouldExit;
 
 private:
+    // process all already pending events and dispatch a new one (blocking
+    // until it appears in the event queue if necessary)
+    //
+    // returns the return value of Dispatch()
+    bool ProcessEvents();
+
     wxDECLARE_NO_COPY_CLASS(wxEventLoopManual);
 };