]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / msw / statbox.h
index 15b25cb4e2b1ba0ec159b65f02b4e8f41f25cb3f..7721ccacb15a8a53b301d2673fe0cbbb8bc508f3 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     01/02/97
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -43,10 +42,6 @@ public:
     // returns true if the platform should explicitly apply a theme border
     virtual bool CanApplyThemeBorder() const { return false; }
 
-    virtual wxPoint GetClientAreaOrigin() const;
-    virtual void DoGetClientSize(int *width, int *height) const;
-
-
 protected:
     virtual wxSize DoGetBestSize() const;