X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da0634c1401743089b1d8be20f9b6bdad0e8085b..6b91e252475d73358a87cfacce9c75aa04012e2e:/include/wx/cocoa/statbox.h diff --git a/include/wx/cocoa/statbox.h b/include/wx/cocoa/statbox.h index 1767590425..64882dc2dd 100644 --- a/include/wx/cocoa/statbox.h +++ b/include/wx/cocoa/statbox.h @@ -6,7 +6,7 @@ // Created: 2003/03/18 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_STATBOX_H__ @@ -50,10 +50,14 @@ public: // Cocoa callbacks // ------------------------------------------------------------------------ protected: + // Static boxes cannot be enabled/disabled + virtual void CocoaSetEnabled(bool enable) { } // ------------------------------------------------------------------------ // Implementation // ------------------------------------------------------------------------ public: + void GetBordersForSizer(int *borderTop, int *borderOther) const; +protected: }; #endif // __WX_COCOA_STATBOX_H__