Skip navigation.
 
mlRe: NSMenu and the view it is a menu of
FROM : j o a r
DATE : Thu Aug 31 22:35:57 2006

On 31 aug 2006, at 20.08, Benjámin Salánki wrote:

> I need to be able to decide what NSView item a given menu was set 
> as a menu using setMenu:. i.e. once i choose a menu item the action 
> it performs should be able differentiate between the source items 
> them menu was displayed from.


You would have to set this information in the menu item (for example 
via setRepresentedObject:, or setTag:) as the menu is created. I 
don't think you can figure it out once it's opened.

j o a r

Related mailsAuthorDate
mlNSMenu and the view it is a menu of Benjámin Salánki Aug 31, 20:08
mlRe: NSMenu and the view it is a menu of j o a r Aug 31, 22:35
mlRe: NSMenu and the view it is a menu of Benjámin Salánki Aug 31, 23:40