Mac OS X Reference Library Apple Developer
Search

ToolbarSample

Last Revision:
Version 1.0, 2003-01-14
Demonstrates using the Cocoa NSToolbar/NSToolbarItem API to add customizable toolbars to windows. Includes advanced custom views.
Build Requirements:
Runtime Requirements:
Mac OS X

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.




Last updated: 2003-01-14

Did this document help you? Yes It's good, but... Not helpful...