Don't use exceptions to determine lack of a method implementation. Exceptions
authorDavid Elliott <dfe@tgwbd.org>
Tue, 17 Jul 2007 05:14:36 +0000 (05:14 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 17 Jul 2007 05:14:36 +0000 (05:14 +0000)
commit2465458c06734482c89d891114a7f113f8724eb9
tree0f8311672f9895b8c783d7b07c7e779dab4113f1
parentd42e12e8dd707d1fdea957331c9f6a41706b2cb0
Don't use exceptions to determine lack of a method implementation.  Exceptions
aren't designed for this in Cocoa.  Instead, use respondsToSelector:.

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