/////////////////////////////////////////////////////////////////////////////
-// Name: statbox.h
+// Name: wx/os2/statbox.h
// Purpose: wxStaticBox class
// Author: David Webster
// Modified by:
// Created: 10/15/99
// RCS-ID: $Id$
// Copyright: (c) David Webster
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_STATBOX_H_
#include "wx/control.h"
// Group box
-class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
{
public:
inline wxStaticBox() {}
);
//
- // overriden base class virtuals
+ // overridden base class virtuals
//
inline virtual bool AcceptsFocus(void) const { return FALSE; }