]> 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 6b2e7c7c951efd5bc8848dceec4b933c4ab11fdf..7bef1f38dd7aa05afe16dfba49b2cb8d2f2318d6 100644 (file)
@@ -195,6 +195,15 @@ protected:
 
     // should we exit the loop?
     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);
 };
 
 #endif // platforms using "manual" loop