I have a NSToolbar and I want to draw at the items. This works, if I use a NSView as item instead of an Image Toolbar Item. The problem: A NSView doesn't respond, if I connect it to an IBAction.
How can I subclass an Image Toolbar Item, so that I can completely draw on it for myself? (I want to draw the image by myself)