X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8abba41bc63336be1f6002b041578e79c473d24..64ea838d8f4d1853b7d850db93ee565e901d099a:/include/wx/msw/textctrl.h diff --git a/include/wx/msw/textctrl.h b/include/wx/msw/textctrl.h index 888ea4c76b..f8fdf1f1a8 100644 --- a/include/wx/msw/textctrl.h +++ b/include/wx/msw/textctrl.h @@ -198,6 +198,8 @@ protected: virtual void DoSetValue(const wxString &value, int flags = 0); + virtual wxPoint DoPositionToCoords(long pos) const; + // return true if this control has a user-set limit on amount of text (i.e. // the limit is due to a previous call to SetMaxLength() and not built in) bool HasSpaceLimit(unsigned int *len) const;