Re: Detecting which NSMenuItem is under the mouse (cocoa objective C)

2020-01-07 Thread Jean-Daniel via Cocoa-dev
> Le 7 janv. 2020 à 18:53, JP HARMAND via Cocoa-dev > a écrit : > > While a NSMenu item is opened, some items are disabled and some are enabled, > exactly as wanted . > Moving the mouse over this menu , I now want to know which item is under the > mouse what ever it’s sate is. > I am notifi

Detecting which NSMenuItem is under the mouse (cocoa objective C)

2020-01-07 Thread JP HARMAND via Cocoa-dev
While a NSMenu item is opened, some items are disabled and some are enabled, exactly as wanted . Moving the mouse over this menu , I now want to know which item is under the mouse what ever it’s sate is. I am notified with -(void)menu (NSMenu*)menu willHighlightItem(NSMenuItem*)menuItem each ti