Override CocoaSetEnabled() to do nothing. Although static lines are

controls in the wxWindows sense, they are not in the Cocoa sense.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-08-19 14:47:24 +00:00
parent adb4816c3e
commit 761bdfaaa9

View File

@@ -45,6 +45,8 @@ public:
// Cocoa callbacks
// ------------------------------------------------------------------------
protected:
// Static lines cannot be enabled/disabled
virtual void CocoaSetEnabled(bool enable) { }
// ------------------------------------------------------------------------
// Implementation
// ------------------------------------------------------------------------