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

@@ -298,7 +298,7 @@ wxSize wxScrollBar::DoGetBestClientSize() const
return size;
}
wxScrollArrows::Arrow wxScrollBar::HitTest(const wxPoint& pt) const
wxScrollArrows::Arrow wxScrollBar::HitTestArrow(const wxPoint& pt) const
{
switch ( m_renderer->HitTestScrollbar(this, pt) )
{