0

I have an NSTableView that is displaying different views for each cell. How can I determine that my mouse is over a specific view? I want to be able to hide/show certain UI pieces depending on the mouseover.

Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
  • What do you mean by "view"? Do you mean how can you tell if the mouse is over the table view or if it's over a row/column/cell in the table view? – Joshua Nozzi Feb 21 '11 at 17:07

1 Answers1

0

Generally speaking you'd use an NSTrackingArea.

Joshua Nozzi
  • 60,946
  • 14
  • 140
  • 135