]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
implemented moving the dialog (patch 996448)
[wxWidgets.git] / include / wx / gtk / textctrl.h
index e27cb9f9a4fa71f24b77b3f5a8bb04c8ee2ef678..f0a19349403538dfc528127afe6c34be12e9a7fa 100644 (file)
@@ -90,6 +90,12 @@ public:
 
 #ifdef __WXGTK20__
     virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt, long *pos) const;
+    virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt,
+                                            wxTextCoord *col,
+                                            wxTextCoord *row) const
+    {
+        return wxTextCtrlBase::HitTest(pt, col, row);
+    }
 #endif // __WXGTK20__
 
     // Clipboard operations