Re: NSCursor category
Re: NSCursor category
- Subject: Re: NSCursor category
- From: Yann Bizeul <email@hidden>
- Date: Wed, 30 Jun 2004 19:43:35 +0200
>
> Personaly, I always use resetCursorRect in my view to play with
>
> trackingRect *and* cursorrect. Because this method is always called
>
> when rects need to be reset, you can do your stuff here. The only
>
> thing to not forget, is keep a reference for each of your
>
> trackingRect, delete them all in resetCursorRect, and re create them
>
> after this.
>
>
I think this is the approach I'll take. Do you use an NSMutableSet or
>
is there a better alternative?
An array of int ?
--
Yann Bizeul - yann at tynsoe.org
http://projects.tynsoe.org/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.