]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
fixed inserting styled text into an empty control under GTK+ 2.0
[wxWidgets.git] / include / wx / textctrl.h
index a0fc80eb0d9112048dc56fb1f3958f7ad2c5b463..e93198c307f0e8ac482a53cd56c0ca6938965cb9 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     13.07.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -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;