Re: NSTabView
Re: NSTabView
- Subject: Re: NSTabView
- From: Graham Cox <email@hidden>
- Date: Thu, 12 Sep 2013 16:09:36 +0200
On 12/09/2013, at 3:22 PM, 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?
I don't think actions or targets are involved. The NSTabViewItem clickable button row appears to be privately managed and operates purely internally.
What are you trying to do? There may be another way, e.g. override [NSTabView selectTabViewItem:] though that particular case is better handled by using a delegate.
--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
References: | |
| >NSTabView (From: Joseph Ayers <email@hidden>) |