]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/textctrl.h
setter fix
[wxWidgets.git] / include / wx / univ / textctrl.h
index 947a789c81ad4d0e24e03122f336f32d2449ea24..85b1717f61076619fa3940c10138623accdc8fd5 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_UNIV_TEXTCTRL_H_
 #define _WX_UNIV_TEXTCTRL_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "univtextctrl.h"
 #endif
 
@@ -455,7 +455,6 @@ protected:
 
     // event handlers
     // --------------
-    void OnIdle(wxIdleEvent& event);
     void OnChar(wxKeyEvent& event);
     void OnSize(wxSizeEvent& event);
 
@@ -476,6 +475,8 @@ protected:
     bool DoCut();
     bool DoPaste();
 
+    // idle processing
+    virtual void OnInternalIdle();
 private:
     // all these methods are for multiline text controls only