]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_vscroll.i
support for sys-opted window variant
[wxWidgets.git] / wxPython / src / _vscroll.i
index 467a4a2494a3d2086c1780dd7de6c4507e818515..dc234c44ea10028cf8d874cd234823e912fdc9e8 100644 (file)
@@ -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