X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..63415ba9f5331b2b96215f8a570e05623ea6ec42:/include/wx/osx/statbox.h diff --git a/include/wx/osx/statbox.h b/include/wx/osx/statbox.h index b7b86b08a9..ab105ea79a 100644 --- a/include/wx/osx/statbox.h +++ b/include/wx/osx/statbox.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: statbox.h +// Name: wx/osx/statbox.h // Purpose: wxStaticBox class // Author: Stefan Csomor // Modified by: @@ -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