]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
VC++ 5 compatibility
[wxWidgets.git] / include / wx / msw / statbox.h
index f040fa6dcd27a96c3bef9d5703d40d1b1df029c9..4109ac7a1920cc3a8ab7fb8e5249c0addfe0e174 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_STATBOX_H_
@@ -39,17 +39,11 @@ public:
                 long style = 0,
                 const wxString& name = wxStaticBoxNameStr);
 
-    // implementation from now on
-    // --------------------------
-
-    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
-
-    // overriden base class virtuals
-    virtual bool AcceptsFocus() const { return FALSE; }
-
 protected:
     virtual wxSize DoGetBestSize() const;
 
+    virtual WXHBRUSH MSWGetBgBrushForSelf(wxWindow *parent, WXHDC hDC);
+
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)
 };