]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
previous commit removed WXDLLIMPEXP_HTML by mistake
[wxWidgets.git] / include / wx / app.h
index c541b9015a7cd182880fdf207eee4b4d6a33a359..35d9b5d06eb432f55798ce7acb0d55f2c5eff35b 100644 (file)
@@ -379,7 +379,14 @@ public:
         // parties
         //
         // it should return TRUE if more idle events are needed, FALSE if not
-    virtual bool ProcessIdle() = 0;
+    virtual bool ProcessIdle() ;
+
+        // Send idle event to window and all subwindows
+        // Returns TRUE if more idle time is requested.
+    virtual bool SendIdleEvents(wxWindow* win, wxIdleEvent& event);
+
+        // Perform standard OnIdle behaviour: call from port's OnIdle
+    void OnIdle(wxIdleEvent& event);
 
 
     // top level window functions