faqts : Computers : Programming : Application Frameworks : Macintosh : Cocoa

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 4 people (100%) answered Yes
Recently 4 of 4 people (100%) answered Yes

Entry

How can I add a toolbar to my document windows?

Apr 30th, 2002 12:44
Christopher Holland,


The best way to get started with toolbars is to look at the sample code
that you already have on your computer. It should be in
   /Developer/Examples/AppKit/SimpleToolbar
Even if you just copy/paste that code into your program it should be enough to get you started. It handles most of the basic toolbar setup for you and is simple enough that you should be able to learn from it.