Tagged Questions

2
votes
4answers
2k views

How to add a pop-up menu to a NSToolbarItem?

I'm trying to open a pop-up menu from a NSToolbarItem. I tried following this example but I can't use that class method because NSToolbar and NSToolbarItem inherit from NSObject and not from NSView. ...