X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ace5cf632140dcaea31a60debfc998343410c7a..d71cc120e315b27466cce577115b9bdf56b1ca55:/include/wx/cocoa/statbox.h diff --git a/include/wx/cocoa/statbox.h b/include/wx/cocoa/statbox.h index 2ebb3c79d6..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,6 +50,8 @@ public: // Cocoa callbacks // ------------------------------------------------------------------------ protected: + // Static boxes cannot be enabled/disabled + virtual void CocoaSetEnabled(bool enable) { } // ------------------------------------------------------------------------ // Implementation // ------------------------------------------------------------------------