X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e31e6ea75d53c6a8aeff1250970d63c0e41e2185..6ca154fcc14a2532798a23977baee2eed3179d19:/include/wx/msw/statbox.h

diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h
index ec93e0c97a..1f89b27e53 100644
--- a/include/wx/msw/statbox.h
+++ b/include/wx/msw/statbox.h
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        statbox.h
+// Name:        wx/msw/statbox.h
 // Purpose:     wxStaticBox class
 // Author:      Julian Smart
 // Modified by:
@@ -39,11 +39,14 @@ public:
                 long style = 0,
                 const wxString& name = wxStaticBoxNameStr);
 
+    /// Implementation only
+    virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;
+
 protected:
     virtual wxSize DoGetBestSize() const;
 
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
-    virtual WXHBRUSH MSWGetBgBrushForSelf(wxWindow *parent, WXHDC hDC);
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)