]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Added wxStrnicmp and to wchar.h, not yet for Unicode mode.
[wxWidgets.git] / include / wx / msw / textctrl.h
index 3e66b4a49e7f0dcf7cb704edc878236fe2eefbb5..00675d4c95e08ac141d67300ed7a654bb0888f5f 100644 (file)
@@ -88,7 +88,7 @@ public:
     // considering all its contents as a single strings) and (x, y) coordinates
     // which represent column and line.
     virtual long XYToPosition(long x, long y) const;
-    virtual void PositionToXY(long pos, long *x, long *y) const;
+    virtual bool PositionToXY(long pos, long *x, long *y) const;
 
     virtual void ShowPosition(long pos);