Re: mouseEntered event in NSWindow subclass
Re: mouseEntered event in NSWindow subclass
- Subject: Re: mouseEntered event in NSWindow subclass
- From: j o a r <email@hidden>
- Date: Thu, 21 Nov 2002 09:37:16 +0100
Use a custom view subclass for the content view of the window and set
up tracking rects for that view.
j o a r
On Thursday, Nov 21, 2002, at 08:27 Europe/Stockholm, Cristi Savu wrote:
For view it's working but for windows it is not because
addTrackingRect is only for the views.
I am trying to track mouseEntered event when the user enters the
window but it seems it is not possible.
_______________________________________________
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.