Re: NSToolbar Acting as Tabs
Re: NSToolbar Acting as Tabs
- Subject: Re: NSToolbar Acting as Tabs
- From: "Thomas Deniau" <email@hidden>
- Date: Thu, 17 Jul 2003 12:00:41 -0400
>
I can do toolbars; I can do tabs. The question is how to make a toolbar so
>
it changes window content LIKE tabs?
Use an "invisible" tabview (there is a tabless option in IB) and then just
call the method to change the selected tab view item when the toolnar button
is clicked...
>
The prime example of this would be how
>
System Preferences works.
If you can afford 600 additional kilobytes in your app, consider using the
OmniAppKit.
They have something which exactly reproduces the system preferences
behavior.
--
Thomas Deniau
_______________________________________________
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.