X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925f7740663f38ed8296ddb247754a9d62152aea..b5a49757713da52a3840211988b48df1966792a5:/include/wx/motif/textctrl.h?ds=inline diff --git a/include/wx/motif/textctrl.h b/include/wx/motif/textctrl.h index ed4f480c05..22b8f50eeb 100644 --- a/include/wx/motif/textctrl.h +++ b/include/wx/motif/textctrl.h @@ -43,7 +43,6 @@ public: // accessors // --------- virtual wxString GetValue() const; - virtual void SetValue(const wxString& value); virtual int GetLineLength(long lineNo) const; virtual wxString GetLineText(long lineNo) const; @@ -127,6 +126,9 @@ protected: wxString m_fileName; virtual wxSize DoGetBestSize() const; + + virtual void DoSetValue(const wxString& value, int flags = 0); + public: // Motif-specific void* m_tempCallbackStruct;