]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/spinctlg.h
activating DrawRectangle optimization
[wxWidgets.git] / include / wx / generic / spinctlg.h
index 8ceedf767ac267a3672ac4d73edc9523950503f0..f5f52a56bb3d430ae565383222b9a2c528d2fc04 100644 (file)
@@ -108,6 +108,7 @@ public:
 protected:
     // override the base class virtuals involved into geometry calculations
     virtual wxSize DoGetBestSize() const;
+    virtual wxSize DoGetSizeFromTextSize(int xlen, int ylen = -1) const;
     virtual void DoMoveWindow(int x, int y, int width, int height);
 
 #ifdef __WXMSW__