X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d3601acaecd1c69c453b60610ba98f619bd383..0d53638f7147c18153f63fdfc096b17be6e22a27:/src/common/statboxcmn.cpp?ds=inline diff --git a/src/common/statboxcmn.cpp b/src/common/statboxcmn.cpp index 5038b4c3c2..5f0f05cbeb 100644 --- a/src/common/statboxcmn.cpp +++ b/src/common/statboxcmn.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -28,6 +27,15 @@ #include "wx/statbox.h" +extern WXDLLEXPORT_DATA(const char) wxStaticBoxNameStr[] = "groupBox"; + +wxStaticBoxBase::wxStaticBoxBase() +{ +#ifndef __WXGTK__ + m_container.DisableSelfFocus(); +#endif +} + // ---------------------------------------------------------------------------- // XTI // ----------------------------------------------------------------------------