]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
[start of] cleanup uxtheme support code
[wxWidgets.git] / include / wx / app.h
index c479f17df7e40305b67670fb989551527161388f..35d9b5d06eb432f55798ce7acb0d55f2c5eff35b 100644 (file)
@@ -381,13 +381,12 @@ public:
         // it should return TRUE if more idle events are needed, FALSE if not
     virtual bool ProcessIdle() ;
 
-        // Send idle event to all top-level windows.
-        // Returns TRUE if more idle time is requested.
-    virtual bool SendIdleEvents();
-
         // Send idle event to window and all subwindows
         // Returns TRUE if more idle time is requested.
-    virtual bool SendIdleEvents(wxWindow* win);
+    virtual bool SendIdleEvents(wxWindow* win, wxIdleEvent& event);
+
+        // Perform standard OnIdle behaviour: call from port's OnIdle
+    void OnIdle(wxIdleEvent& event);
 
 
     // top level window functions