X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..43ff861df48f0837dac98005dd397c5f127ca136:/include/wx/osx/statbox.h diff --git a/include/wx/osx/statbox.h b/include/wx/osx/statbox.h index b7b86b08a9..429cc1fd9d 100644 --- a/include/wx/osx/statbox.h +++ b/include/wx/osx/statbox.h @@ -14,8 +14,6 @@ #include "wx/control.h" -WXDLLIMPEXP_DATA_CORE(extern const char) wxStaticBoxNameStr[]; - // Group box class WXDLLIMPEXP_CORE wxStaticBox: public wxControl { @@ -44,7 +42,7 @@ 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