0

I'd like to know if there's a method that get's called before a tooltip is displayed. I can't find it anywhere.

Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140
Pedro Vieira
  • 3,330
  • 3
  • 41
  • 76

1 Answers1

1

No!!! However you can create your own subclass of NSView with -mouseEntered() events.

Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140