Re: NSTableView tooltips
Re: NSTableView tooltips
- Subject: Re: NSTableView tooltips
- From: Bill Cheeseman <email@hidden>
- Date: Sat, 27 Mar 2004 14:06:18 -0500
on 2004-03-27 12:43 PM, MT at email@hidden wrote:
>
What I want is the tooltips for an NSTableView to be
>
specific to a cell, preferably controlled by the DataSource.
Try using NSView's -addToolTipRect:owner:userData:. I use it to present
different tooltips on different columns of a table. With a little more work,
you should be able to make it present different tooltips on different cells.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
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.