Re: NSToolbar Acting as Tabs
Re: NSToolbar Acting as Tabs
- Subject: Re: NSToolbar Acting as Tabs
- From: "b.bum" <email@hidden>
- Date: Thu, 17 Jul 2003 12:30:35 -0400
On Thursday, July 17, 2003, at 1:00 AM,
email@hidden wrote:
I can do toolbars; I can do tabs. The question is how to make a
toolbar so
it changes window content LIKE tabs? The prime example of this would
be how
System Preferences works.
Combine the two....
That is, shove a tabless tabview into your window as the content view,
then invoke one of the various -selectTabViewItem*: methods on the tab
view whenever the user clicks on one of the items in the toolbar.
It gets tricky if you need to resize the window.
b.bum
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.