// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_STATBOX_H_
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;