OK, a straight up newbie question.
Why is NSToolbar usually instantiated and configed in the document class of a multi-document app?
Shouldn't it be instantiated and configed by the window controller?
In other words, I thought NSDocument was the model and NSWIndowController the view; so therefore, the toolbar should be managed by an instance of NSWIndowController.
Any help explaing much appreciated!