]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
Use integral value for OLECMDID_OPTICAL_ZOOM as we cannot tell if an enum value is...
[wxWidgets.git] / include / wx / univ / window.h
index 1dc43df0243dd8f21eae57e4b5b377d44b04cc4c..1d21f3b716eef702cc51c2c8aacbf834725a1e0d 100644 (file)
@@ -237,11 +237,8 @@ protected:
     // draw the controls contents
     virtual void DoDraw(wxControlRenderer *renderer);
 
-    // calculate the best size for the client area of the window: default
-    // implementation of DoGetBestSize() uses this method and adds the border
-    // width to the result
-    virtual wxSize DoGetBestClientSize() const;
-    virtual wxSize DoGetBestSize() const;
+    // override the base class method to return the size of the window borders
+    virtual wxSize DoGetBorderSize() const;
 
     // adjust the size of the window to take into account its borders
     wxSize AdjustSize(const wxSize& size) const;