benjking1
benjking1

Reputation: 3

Implementing NSToolbar

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;

Upvotes: 0

Views: 368

Answers (1)

Dave DeLong
Dave DeLong

Reputation: 243146

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.

Upvotes: 2

Related Questions