Re: NSTabView
Re: NSTabView
- Subject: Re: NSTabView
- From: Jerry Krinock <email@hidden>
- Date: Thu, 12 Sep 2013 07:09:07 -0700
On 2013 Sep 12, at 06:22, Joseph Ayers <email@hidden> wrote:
> When you click on a tab in a NSTabView, what action gets sent to what target?
> Where can I find this information?
If I recall correctly, and, presuming that you looked for some time before posting your question, I think that it's all under the hood.
In one of my projects, I wanted a "tabless" tab view that could be switched by and stay synced to buttons in a toolbar. I subclassed NSTabView to provide notifications. Also, NSTabView has fairly good bindings support which may be useful to you.
If you want a better answer, you should explain what you're trying to accomplish.
_______________________________________________
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
References: | |
| >NSTabView (From: Joseph Ayers <email@hidden>) |