]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Automake fix.
[wxWidgets.git] / include / wx / msw / textctrl.h
index 7b0864f5b5b29fd82206ae0e618d0607b9a91aff..46f240ad9157480147423a0a9b6f8f40ed0142ba 100644 (file)
@@ -25,7 +25,7 @@
     #include <iostream>
 #endif
 
-#if defined(__WIN95__) && !defined(__TWIN32__)
+#if defined(__WIN95__) && !defined(__TWIN32__) && !defined(__WXWINE__)
     #define wxUSE_RICHEDIT 1
 #else
     #define wxUSE_RICHEDIT 0
@@ -190,9 +190,13 @@ protected:
 
     wxString  m_fileName;
 
+    // call this to increase the size limit (will do nothing if the current
+    // limit is big enough)
+    void AdjustSpaceLimit();
+
     virtual void DoSetSize(int x, int y,
-            int width, int height,
-            int sizeFlags = wxSIZE_AUTO);
+                           int width, int height,
+                           int sizeFlags = wxSIZE_AUTO);
 
 private:
     DECLARE_EVENT_TABLE()