]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/statline.h
refactored code to do brush adjustment for bg drawing in only one place
[wxWidgets.git] / include / wx / cocoa / statline.h
index 74469940c3a84ef8d3186530c4ffe6f0b1a8fe3e..1b9e206455e1366ebc47d6c6ba7bb83158d587d3 100644 (file)
@@ -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_STATLINE_H__
@@ -45,6 +45,8 @@ public:
 // Cocoa callbacks
 // ------------------------------------------------------------------------
 protected:
+    // Static lines cannot be enabled/disabled
+    virtual void CocoaSetEnabled(bool enable) { }
 // ------------------------------------------------------------------------
 // Implementation
 // ------------------------------------------------------------------------