+
+ DocDeclAStr(
+ virtual wxTextCtrlHitTestResult, HitTest(const wxPoint& pt,
+ long* OUTPUT, long* OUTPUT) const,
+ "HitTest(Point pt) -> (result, row, col)",
+ "Find the character at position given in pixels.\n"
+ "NB: pt is in device coords (not adjusted for the client area\n"
+ "origin nor scrolling)");
+
+