]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/textctrl.h
Change GetC to return an int so that it can return wxEOF on error.
[wxWidgets.git] / include / wx / gtk1 / textctrl.h
index c34e71de273352a28c36ccd68e815bc09bd73650..f42b1b8193ab740096b3203466e2d92edea84118 100644 (file)
@@ -43,7 +43,6 @@ public:
     // ----------------------------------
 
     virtual wxString GetValue() const;
-    virtual void SetValue(const wxString& value);
 
     virtual int GetLineLength(long lineNo) const;
     virtual wxString GetLineText(long lineNo) const;
@@ -182,6 +181,8 @@ protected:
     // override this and return true.
     virtual bool UseGTKStyleBase() const { return true; }
 
+    virtual void DoSetValue(const wxString &value, int flags = 0);
+
 private:
     // change the font for everything in this control
     void ChangeFontGlobally();