git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57541
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return wxTE_HT_ON_TEXT;
}
+ // just unhide it
+ virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt,
+ wxTextCoord *col,
+ wxTextCoord *row) const
+ {
+ return wxTextAreaBase::HitTest(pt, col, row);
+ }
+
#ifndef SWIG
protected:
virtual bool DoLoadFile(const wxString& file, int fileType);
return wxTE_HT_ON_TEXT;
}
+ // just unhide it
+ virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt,
+ wxTextCoord *col,
+ wxTextCoord *row) const
+ {
+ return wxTextAreaBase::HitTest(pt, col, row);
+ }
+
#ifndef SWIG
protected:
virtual bool DoLoadFile(const wxString& file, int fileType);