]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
start of alpha transparency support
[wxWidgets.git] / include / wx / textctrl.h
index 358e30495861f1f3d5590e91795027d7f39d4a14..00ff41af957ff50ff9ef4c76c8f25d1fe8c9b4f8 100644 (file)
@@ -37,7 +37,7 @@
 
 #ifndef NO_TEXT_WINDOW_STREAM
     #if wxUSE_STD_IOSTREAM
-        #include "wx/ioswrap.h"    // for iostream classes if we need them
+        #include "wx/ioswrap.h"    // derivation: we need the full decls.
     #else // !wxUSE_STD_IOSTREAM
         // can't compile this feature in if we don't use streams at all
         #define NO_TEXT_WINDOW_STREAM
@@ -307,8 +307,6 @@ protected:
     #include "wx/mac/textctrl.h"
 #elif defined(__WXPM__)
     #include "wx/os2/textctrl.h"
-#elif defined(__WXSTUBS__)
-    #include "wx/stubs/textctrl.h"
 #endif
 
 // ----------------------------------------------------------------------------