Re: Tabbed windows
Re: Tabbed windows
- Subject: Re: Tabbed windows
- From: Graham Cox <email@hidden>
- Date: Sat, 30 Jan 2010 10:51:13 +1100
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 (email@hidden)
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:
This email sent to email@hidden