views:

43

answers:

1

Im trying to Implement my application with NSToolbar. I know I need to add the following, but I don't know where...

IBOutlet NSWindow *window;
+1  A: 

In Interface Builder, drag an NSToolbar from the library palette onto your window. Voilà! A toolbar!

Without more information, we can't be more specific.

Dave DeLong
I wanted to code it into Xcode
I want to do it programmatically