]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbr95.h
implement GetBestSize() (patch 1386199)
[wxWidgets.git] / include / wx / msw / statbr95.h
index afa3db8486e24846bce6e30c1347ecd247c94837..3b26a1fa3adba4c9661e66bc09e57a9268741551 100644 (file)
@@ -64,8 +64,9 @@ protected:
     void CopyFieldsWidth(const int widths[]);
     void SetFieldsWidth();
 
-    // override base class virtual
-    void DoMoveWindow(int x, int y, int width, int height);
+    // override some base class virtuals
+    virtual wxSize DoGetBestSize() const;
+    virtual void DoMoveWindow(int x, int y, int width, int height);
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStatusBar95)