]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
qadll depends on coredll. First part of OS X shared library build fix.
[wxWidgets.git] / include / wx / msw / statbox.h
index ec93e0c97af52379fdafd488b71a2091c01798a3..1f89b27e536bad61c0d09bb4fdb8045687ab84eb 100644 (file)
@@ -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)