git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14191 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
     // ::MoveWindow() except for composite controls which will want to arrange
     // themselves inside the given rectangle
     virtual void DoMoveWindow(int x, int y, int width, int height);
     // ::MoveWindow() except for composite controls which will want to arrange
     // themselves inside the given rectangle
     virtual void DoMoveWindow(int x, int y, int width, int height);
+    
+    void OnIdle(wxIdleEvent& event);
 
 private:
     // common part of all ctors
 
 private:
     // common part of all ctors