]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Removal of previous wxValidtor code for wxOS2
[wxWidgets.git] / include / wx / msw / textctrl.h
index 3e66b4a49e7f0dcf7cb704edc878236fe2eefbb5..4290b207c95ae299a97f8899f5ac0740f3cedced 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);
 
@@ -162,7 +162,7 @@ protected:
     // limit is big enough)
     void AdjustSpaceLimit();
 
-    virtual wxSize DoGetBestSize();
+    virtual wxSize DoGetBestSize() const;
 
 private:
     DECLARE_EVENT_TABLE()