]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
IS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning.
[wxWidgets.git] / include / wx / msw / statbox.h
index 5bce253763438bdee06b7b1115c2f8c4befde008..06956d91b545af86f62d64440a6f89afe68b2f25 100644 (file)
@@ -39,14 +39,6 @@ public:
                 long style = 0,
                 const wxString& name = wxStaticBoxNameStr);
 
-    // implementation from now on
-    // --------------------------
-
-    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
-
-    // overriden base class virtuals
-    virtual bool AcceptsFocus() const { return FALSE; }
-
 protected:
     virtual wxSize DoGetBestSize() const;