X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..4aae4a085cf105551590b2a999758e0762743352:/include/wx/textctrl.h diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index e8f7cc8df3..e93198c307 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -330,6 +330,7 @@ public: // // NB: pt is in device coords (not adjusted for the client area origin nor // scrolling) + virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt, long *pos) const; virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt, wxTextCoord *col, wxTextCoord *row) const;