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;
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.
精彩评论