X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5dd070c25bd91c12380f9aeada27a2b7b64ed1d7..99c75ebc5e447e1bb25439e22f07130583dc5783:/include/wx/mac/carbon/statbox.h?ds=sidebyside diff --git a/include/wx/mac/carbon/statbox.h b/include/wx/mac/carbon/statbox.h index 2cd136e650..92b781ee5b 100644 --- a/include/wx/mac/carbon/statbox.h +++ b/include/wx/mac/carbon/statbox.h @@ -12,13 +12,9 @@ #ifndef _WX_STATBOX_H_ #define _WX_STATBOX_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "statbox.h" -#endif - #include "wx/control.h" -WXDLLEXPORT_DATA(extern const wxChar*) wxStaticBoxNameStr; +WXDLLEXPORT_DATA(extern const char) wxStaticBoxNameStr[]; // Group box class WXDLLEXPORT wxStaticBox: public wxControl @@ -48,6 +44,8 @@ class WXDLLEXPORT wxStaticBox: public wxControl virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {}; virtual void GetBordersForSizer(int *borderTop, int *borderOther) const; + + virtual bool AcceptsFocus() const { return false; } }; #endif