added wxTextCtrl::HitTest(); implemented it for MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-04 14:56:14 +00:00
parent 3e27ea5908
commit efe66bbc0e
7 changed files with 346 additions and 20 deletions

View File

@@ -488,6 +488,18 @@ void wxTextCtrlBase::DoUpdateWindowUI(wxUpdateUIEvent& event)
}
}
// ----------------------------------------------------------------------------
// hit testing
// ----------------------------------------------------------------------------
wxTextCtrlHitTestResult
wxTextCtrlBase::HitTest(const wxPoint& WXUNUSED(pt),
wxTextCoord * WXUNUSED(col),
wxTextCoord * WXUNUSED(row)) const
{
// not implemented
return wxTE_HT_UNKNOWN;
}
#else // !wxUSE_TEXTCTRL