Re: [Q] Selecting "selected" tab views
Re: [Q] Selecting "selected" tab views
- Subject: Re: [Q] Selecting "selected" tab views
- From: j o a r <email@hidden>
- Date: Tue, 24 Sep 2002 21:35:12 +0200
Subclass NSTabView, implement mouseDown: and get the hit tab using:
- (NSTabViewItem *)tabViewItemAtPoint:(NSPoint)point
Use your imagination!
j o a r
On Tuesday, Sep 24, 2002, at 21:19 Europe/Stockholm, 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.
_______________________________________________
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.