- // Make sure we prefer our version of HitTest rather than wxWindow's
- wxPosition HitTest(wxCoord x, wxCoord y) const
- { return wxVarHVScrollHelper::HitTest(x, y); }
- wxPosition HitTest(const wxPoint &pt) const
- { return HitTest(pt.x, pt.y); }
-