]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
OnIdle -> OnInternalIdle
[wxWidgets.git] / include / wx / motif / window.h
index 84d7303a64899cea83d02a3dccb8c15306572a76..70857eb954b06b23becef772d1cb8be28f467b25 100644 (file)
@@ -151,11 +151,11 @@ public:
     // For implementation purposes - sometimes decorations make the client area
     // smaller
     virtual wxPoint GetClientAreaOrigin() const;
+
+    // Process idle (send update events)
+    void OnInternalIdle();
     
 protected:
-    // event handlers (not virtual by design)
-    void OnIdle(wxIdleEvent& event);
-    
     // Responds to colour changes: passes event on to children.
     void OnSysColourChanged(wxSysColourChangedEvent& event);