]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Add missing WXK constants for the control keys
[wxWidgets.git] / include / wx / msw / textctrl.h
index 888ea4c76b8e0e461f334ba1060100f918857e62..f8fdf1f1a87fc017b1965b8d4977f380346bd44e 100644 (file)
@@ -198,6 +198,8 @@ protected:
 
     virtual void DoSetValue(const wxString &value, int flags = 0);
 
+    virtual wxPoint DoPositionToCoords(long pos) const;
+
     // return true if this control has a user-set limit on amount of text (i.e.
     // the limit is due to a previous call to SetMaxLength() and not built in)
     bool HasSpaceLimit(unsigned int *len) const;