]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/textctrl.cpp
Warning fix.
[wxWidgets.git] / src / palmos / textctrl.cpp
index ed4f70fcbf66f010b00dd0602c06361dba597974..1e572769a570ba5230773c3dadac28f8023522b6 100644 (file)
 // declarations
 // ============================================================================
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "textctrl.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -138,7 +134,7 @@ wxBEGIN_FLAGS( wxTextCtrlStyle )
     wxFLAGS_MEMBER(wxTE_CENTRE)
     wxFLAGS_MEMBER(wxTE_RIGHT)
     wxFLAGS_MEMBER(wxTE_DONTWRAP)
-    wxFLAGS_MEMBER(wxTE_LINEWRAP)
+    wxFLAGS_MEMBER(wxTE_CHARWRAP)
     wxFLAGS_MEMBER(wxTE_WORDWRAP)
 
 wxEND_FLAGS( wxTextCtrlStyle )
@@ -233,13 +229,6 @@ wxString wxTextCtrl::GetValue() const
     return res;
 }
 
-wxString wxTextCtrl::GetRange(long from, long to) const
-{
-    wxString str;
-
-    return str;
-}
-
 void wxTextCtrl::SetValue(const wxString& value)
 {
 }