]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
compilation fix (forgot to check in this one)
[wxWidgets.git] / include / wx / gtk / window.h
index fb1b13938b9888ebc7fa44d814f3d0db5e11ae60..b969665920d319c0613e199cd8ec6e94dc34e40d 100644 (file)
@@ -420,6 +420,9 @@ public:
 
     virtual void OnInternalIdle();
 
+    // For compatibility across platforms (not in event table)
+    void OnIdle(wxIdleEvent& WXUNUSED(event)) {};
+
     /* used by all classes in the widget creation process */
 
     void PreCreation( wxWindow *parent, wxWindowID id, const wxPoint &pos,