Version: 1.0

Posted: 2003-01-14

Build Requirements: N/A

Runtime Requirements: Mac OS X

View Source Code:

Download Sample (“ToolbarSample.zip”, 302.3K)
Download Sample (“ToolbarSample.dmg”, 404.5K)



Description

This sample code shows how to use the new Cocoa NSToolbar/NSToolbarItem API. This is used to add customizable toolbars to windows, similar to Project Builder and Mail in Mac OS X. Using the new API (see NSToolbar.h, NSToolbarItem.h, and the associated documentation at <http://developer.apple.com/techpubs/macosx/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSToolbar.html>) involves adding a few menu items, implementing a few delegate methods, and writing the actions that get called when your toolbar items are selected. Showing/hiding the toolbar in your window and running the customization palette are handled fairly transparently for you by Cocoa (more specifically, the AppKit framework). This sample also includes more advanced use of custom views in NSToolbarItems, where you can put a variety of controls, given a little more coding.

Document Revision History

Date Notes
2003-01-14Demonstrates using the Cocoa NSToolbar/NSToolbarItem API to add customizable toolbars to windows. Includes advanced custom views.

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.