]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/textctrl.h
disabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn't work under Unix with iconv()
[wxWidgets.git] / include / wx / univ / textctrl.h
index 018454e8f9d7ed9d66e35b71e6eede2ed792900e..44cfaa4b46130e7c8614c3ecf00b759060bfaf6d 100644 (file)
@@ -105,7 +105,6 @@ public:
     // ----------------------------------
 
     virtual wxString GetValue() const;
-    virtual void SetValue(const wxString& value);
 
     virtual int GetLineLength(wxTextCoord lineNo) const;
     virtual wxString GetLineText(wxTextCoord lineNo) const;
@@ -260,6 +259,9 @@ protected:
     // calc the size from the text extent
     virtual wxSize DoGetBestClientSize() const;
 
+    // implements Set/ChangeValue()
+    virtual void DoSetValue(const wxString& value, int flags = 0);
+
     // common part of all ctors
     void Init();