]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_textctrl.i
Add support for Metrowerks compilers.
[wxWidgets.git] / wxPython / src / _textctrl.i
index 034bdcedc3d43b9cc5a1a53bedf8c06c745f5151..8863219b7b2a565db76a4910af063a32e5fc39db 100644 (file)
@@ -261,7 +261,7 @@ public:
     DocDeclAStr(
         virtual wxTextCtrlHitTestResult, HitTest(const wxPoint& pt,
                                                  long* OUTPUT, long* OUTPUT) const,
-        "HitTest(Point pt) -> (result, row, col)",
+        "HitTest(Point pt) -> (result, col, row)",
         "Find the row, col coresponding to the character at the point given in
 pixels. NB: pt is in device coords but is not adjusted for the client
 area origin nor scrolling.", "");