Re: [Q] Selecting "selected" tab views
Re: [Q] Selecting "selected" tab views
- Subject: Re: [Q] Selecting "selected" tab views
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 24 Sep 2002 20:25:45 +0100
On Tuesday, September 24, 2002, at 08:19 pm, Mark de Jong wrote:
Yeah, I've played a lot with the delegates for NSTabView and the calls
you mention do NOT get called if you click on the currently selected
tab.
Of course not, it wouldn't make much sense...
However, I didn't know about "PBXSlidingTabViews". Is that a class I
could use in my program or is it a private class? I'll try to find
some docs on those.
It's private. Note the "PBX" prefix, which indicates it's a Project
Builder class (all Cocoa classes are prefixed with "NS"). It's actually
a subclass of NSSplitView (actually, it might be called
PBXSlideOutTabView, I forget exactly).
-- Finlay
_______________________________________________
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.