Override CocoaSetEnabled() to call -[NSControl setEnabled:]
authorDavid Elliott <dfe@tgwbd.org>
Tue, 19 Aug 2003 14:49:28 +0000 (14:49 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 19 Aug 2003 14:49:28 +0000 (14:49 +0000)
commitc5172ed1bf56c880c4ae928eae4da21c402a2ba3
treecc2b8e470827b4772e62976b9920f684ea790515
parent761bdfaaa9b47064d4d8b08c1352fcd75ea3b640
Override CocoaSetEnabled() to call -[NSControl setEnabled:]
Do NOT forget to override this in subclasses which use a Cocoa view
not derived from NSControl.  Crashes will result.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/control.h
src/cocoa/control.mm