/////////////////////////////////////////////////////////////////////////////
-// Name: statbox.h
+// Name: wx/osx/statbox.h
// Purpose: wxStaticBox class
// Author: Stefan Csomor
// Modified by:
#include "wx/control.h"
-WXDLLIMPEXP_DATA_CORE(extern const char) wxStaticBoxNameStr[];
-
// Group box
class WXDLLIMPEXP_CORE wxStaticBox: public wxControl
{
virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;
-
+
virtual bool AcceptsFocus() const { return false; }
// protect native font of box