]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/textctrl.h
[start of] cleanup uxtheme support code
[wxWidgets.git] / include / wx / x11 / textctrl.h
index 87fdd5b393c115253cce5fd09972c2cabe7f890d..2dd4196a92e6b2b45971b6432841b76b0a325e49 100644 (file)
@@ -248,10 +248,10 @@ public:
     void OnEraseBackground( wxEraseEvent &event );
     void OnMouse( wxMouseEvent &event );
     void OnChar( wxKeyEvent &event );
-    void OnIdle( wxIdleEvent &event );
     void OnSetFocus( wxFocusEvent& event );
     void OnKillFocus( wxFocusEvent& event );
 
+    void OnInternalIdle();
     void RefreshLine( int n );
     void RefreshDown( int n );
     void MoveCursor( int new_x, int new_y, bool shift = FALSE, bool centre = FALSE );