Re: [SOLVED] Re: Can NSTrackingArea rects be nested?
Re: [SOLVED] Re: Can NSTrackingArea rects be nested?
- Subject: Re: [SOLVED] Re: Can NSTrackingArea rects be nested?
- From: Quincey Morris <email@hidden>
- Date: Sun, 29 Mar 2009 01:04:01 -0700
On Mar 28, 2009, at 13:17, Stuart Malin wrote:
As for NSTrackingInVisibleRect: I'm a bit mystified by its utility.
I had though that what I was achieving by including this option was
that the tracking area would not be triggered for parts of the rect
that were visually occluded. However, it seems to function in quite
a different way.
It's a shortcut for a common case: when you want a tracking area on an
entire subview. Specifying this option allows you to set up the
tracking area once, and never have to worry about updating it.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden