]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
change superflous elif to else
[wxWidgets.git] / include / wx / msw / statbox.h
index ec93e0c97af52379fdafd488b71a2091c01798a3..da34503f2c5afbfe2c42b7fae44abdd98a90e150 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,13 @@ public:
                 long style = 0,
                 const wxString& name = wxStaticBoxNameStr);
 
+    /// Implementation
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+
 protected:
     virtual wxSize DoGetBestSize() const;
 
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
-    virtual WXHBRUSH MSWGetBgBrushForSelf(wxWindow *parent, WXHDC hDC);
 
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)