We have NSTableHeaderViews with associated context menus (using menu property of nstableheaderview) and need to determine from which table column the menu was invoked.
This does not seem possible without subclassing either the header view or header view cell classes.
Am I wrong? Suggestions?