On 30/01/2010, at 10:40 AM, John Nairn wrote:

> Does one have to create their own class for tabbed windows

Yes.


> or is something built in to Cocoa?


No.


> Is it possible for non-Apple program to integrate into the tool bar of the 
> window?


Probably, or at least it should be possible to fake it acceptably. The toolbar 
is a sibling of the window's contentView. You should probably put any views of 
your own devising in the contentView however, rather than trying to mess about 
with the toolbar's view, which is really off-limits. Since brushed metal is no 
longer used but instead a flat grey is, getting a seamless match at the join 
shouldn't be a problem.

--Graham


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to