renamed wxControlWithArrows::HitTest() to HitTestArrow() to avoid conflict with wxWindow::HitTest()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-10-30 12:24:13 +00:00
parent a7f958f2d8
commit 6236b8b477
6 changed files with 10 additions and 9 deletions

View File

@@ -173,7 +173,7 @@ bool wxScrollArrows::HandleMouseMove(const wxMouseEvent& event) const
}
else // Moving() or Entering(), treat them the same here
{
arrow = m_control->HitTest(event.GetPosition());
arrow = m_control->HitTestArrow(event.GetPosition());
}
#if wxUSE_TIMER
@@ -234,7 +234,7 @@ bool wxScrollArrows::HandleMouse(const wxMouseEvent& event) const
{
if ( !m_captureData )
{
Arrow arrow = m_control->HitTest(event.GetPosition());
Arrow arrow = m_control->HitTestArrow(event.GetPosition());
if ( arrow == Arrow_None )
{
// mouse pressed over something else