]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Grammtical correction in commented out documentation, but fixed anyway as the comment...
[wxWidgets.git] / include / wx / textctrl.h
index e8f7cc8df3aee42b0e603289ff5fbcdf73f9a33a..65db16b78da060cab872cc6ec718b749b47729ac 100644 (file)
@@ -330,6 +330,7 @@ public:
     //
     // NB: pt is in device coords (not adjusted for the client area origin nor
     //     scrolling)
+    virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt, long *pos) const;
     virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt,
                                             wxTextCoord *col,
                                             wxTextCoord *row) const;
@@ -398,6 +399,8 @@ protected:
     #include "wx/x11/textctrl.h"
 #elif defined(__WXUNIVERSAL__)
     #include "wx/univ/textctrl.h"
+#elif defined(__SMARTPHONE__)
+    #include "wx/msw/wince/textctrlce.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/textctrl.h"
 #elif defined(__WXMOTIF__)