Skip navigation.
 
mlRe: mouseEntered event in NSWindow subclass
FROM : j o a r
DATE : Thu Nov 21 09:37:16 2002

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlmouseEntered event in NSWindow subclass Cristi Savu Nov 21, 08:27
mlRe: mouseEntered event in NSWindow subclass j o a r Nov 21, 09:37
mlRe: mouseEntered event in NSWindow subclass Cristi Savu Nov 21, 09:42
mlRe: mouseEntered event in NSWindow subclass j o a r Nov 21, 10:03