X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28fdd8db44bc6070c71a77af783fb4da0b554d8c..6ae7410f5522bc6047b842359318fc9521353186:/include/wx/gtk/textctrl.h diff --git a/include/wx/gtk/textctrl.h b/include/wx/gtk/textctrl.h index 017116609f..8cf1c69570 100644 --- a/include/wx/gtk/textctrl.h +++ b/include/wx/gtk/textctrl.h @@ -44,8 +44,6 @@ public: virtual wxString GetValue() const; virtual bool IsEmpty() 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; @@ -191,7 +189,7 @@ protected: // has the control been frozen by Freeze()? bool IsFrozen() const { return m_frozenness > 0; } - 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