X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6df870588070fec31fc2d5b2e0b808254b9882f7..9fcd0bf7f313e637e8cd4b5d7f3cd5b294fec033:/include/wx/mac/carbon/textctrl.h?ds=sidebyside diff --git a/include/wx/mac/carbon/textctrl.h b/include/wx/mac/carbon/textctrl.h index 457b4f98f2..0c0bb75464 100644 --- a/include/wx/mac/carbon/textctrl.h +++ b/include/wx/mac/carbon/textctrl.h @@ -192,6 +192,8 @@ protected: virtual wxSize DoGetBestSize() const; + virtual void CreatePeer(const wxString& str, const wxPoint& pos, const wxSize& size, long style ); + virtual void DoSetValue(const wxString& value, int flags = 0); bool m_editable;