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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user