From 062da35e344e5291225e31ca61420d1d18b8d66f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 4 Aug 2004 22:28:16 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_vscroll.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_vscroll.i b/wxPython/src/_vscroll.i index 467a4a2494..dc234c44ea 100644 --- a/wxPython/src/_vscroll.i +++ b/wxPython/src/_vscroll.i @@ -176,7 +176,7 @@ public: // return the item at the specified (in physical coordinates) position or // wxNOT_FOUND if none, i.e. if it is below the last item - %name(HitTestXT) int HitTest(wxCoord x, wxCoord y) const; + %name(HitTestXY) int HitTest(wxCoord x, wxCoord y) const; int HitTest(const wxPoint& pt) const; // recalculate all our parameters and redisplay all lines -- 2.50.0