Override CocoaSetEnabled because it's not an NSControl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-09-06 19:10:22 +00:00
parent 3529fcc96a
commit 1f4e686615
2 changed files with 4 additions and 0 deletions

View File

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

View File

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