- def HitTestXT(*args, **kwargs):
- """HitTestXT(self, int x, int y) -> int"""
- return _windows_.VScrolledWindow_HitTestXT(*args, **kwargs)
+ def HitTestXY(*args, **kwargs):
+ """
+ HitTestXY(self, int x, int y) -> int
+
+ Test where the given (in client coords) point lies
+ """
+ return _windows_.VScrolledWindow_HitTestXY(*args, **kwargs)