Re: [Q] Selecting "selected" tab views
Re: [Q] Selecting "selected" tab views
- Subject: Re: [Q] Selecting "selected" tab views
- From: Mark de Jong <email@hidden>
- Date: Tue, 24 Sep 2002 14:03:09 -0700
Thanks! I'll give that a go.
-- Mark
On Tuesday, September 24, 2002, at 12:35 PM, j o a r wrote:
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.
_______________________________________________
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.