]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
Added BMP files for wxPlotWindow,
[wxWidgets.git] / include / wx / msw / statbox.h
index e1d5f2e85aafdb24e7a02e60070e450525f3865c..54ad5e352e29c3e2ffc42c15cbea5e9cd83e810d 100644 (file)
@@ -50,14 +50,11 @@ public:
 
     virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
-    virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
-                                WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
-
     // overriden base class virtuals
     virtual bool AcceptsFocus() const { return FALSE; }
 
 protected:
-    virtual wxSize DoGetBestSize();
+    virtual wxSize DoGetBestSize() const;
 };
 
 #endif