X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..bd9f3519cf4d3adec765a932a726e2f1d34e0df9:/include/wx/gtk1/textctrl.h diff --git a/include/wx/gtk1/textctrl.h b/include/wx/gtk1/textctrl.h index c34e71de27..f42b1b8193 100644 --- a/include/wx/gtk1/textctrl.h +++ b/include/wx/gtk1/textctrl.h @@ -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();