Reputation: 22810
OK, so basically this is what I want :
NSView
(embedded in an NSSplitView
but that shouldn't matterHow should I go about this?
Upvotes: 0
Views: 88
Reputation: 104082
Check out the NSTrackingArea reference. You can add tracking areas to your view that will respond to mouseEntered: events.
Upvotes: 2