* Use a subclass of NSView for the dummy view which overrides hitTest: to
authorDavid Elliott <dfe@tgwbd.org>
Wed, 20 Aug 2003 14:45:48 +0000 (14:45 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 20 Aug 2003 14:45:48 +0000 (14:45 +0000)
commit75e4856bba2ae491a6e90c93fa148fab7bea2435
tree5ad9ec5568783cc340d369f5ff504126c512c63f
parent96c1699d51fffb849efe52cd4294730971c4e278
* Use a subclass of NSView for the dummy view which overrides hitTest: to
  return nil.  That tells Cocoa never to send it any mouse events.
* Set the autoresizingMask of the hidden view on the dummy view
* Added some code to paint green over the dummy view.  It makes debugging
  some things easier.  Change the #undef WXCOCOA_FILL_DUMMY_VIEW to enable.

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