// Author: Julian Smart
// Modified by:
// Created: 04/01/98
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/statbox.h"
+extern WXDLLEXPORT_DATA(const char) wxStaticBoxNameStr[] = "groupBox";
+
+wxStaticBoxBase::wxStaticBoxBase()
+{
+#ifndef __WXGTK__
+ m_container.DisableSelfFocus();
+#endif
+}
+
// ----------------------------------------------------------------------------
// XTI
// ----------------------------------------------------------------------------