X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6519b40fe9f5e4706e02497fe01ff71c65079d6..be33a1c72620aad7a221896b24b7f75fe79dbdc5:/include/wx/gtk1/textctrl.h diff --git a/include/wx/gtk1/textctrl.h b/include/wx/gtk1/textctrl.h index 8c8f3dec07..f42b1b8193 100644 --- a/include/wx/gtk1/textctrl.h +++ b/include/wx/gtk1/textctrl.h @@ -43,9 +43,6 @@ public: // ---------------------------------- virtual wxString GetValue() const; - virtual void SetValue(const wxString& value) { DoSetValue(value, SetValue_SendEvent); } - - virtual void ChangeValue(const wxString &value) { DoSetValue(value); } virtual int GetLineLength(long lineNo) const; virtual wxString GetLineText(long lineNo) const; @@ -184,7 +181,7 @@ protected: // override this and return true. virtual bool UseGTKStyleBase() const { return true; } - void DoSetValue(const wxString &value, int flags = 0); + virtual void DoSetValue(const wxString &value, int flags = 0); private: // change the font for everything in this control