Tool-tips on NSTabViewItem

2009-06-28 Thread PKameo
How do you add a tool-tip to a NSTabViewItem? I tried the following, but that didn't work right. [[tabViewItem view] setToolTip:toolTip]; //Where tabViewItem is of type NSTabViewItem* and toolTip is of type NSString* Thanks, -Peter ___ Cocoa-dev

Re: Tool-tips on NSTabViewItem

2009-06-28 Thread Andrew Farmer
On 26 Jun 2009, at 08:01, PKameo wrote: How do you add a tool-tip to a NSTabViewItem? I tried the following, but that didn't work right. [[tabViewItem view] setToolTip:toolTip]; //Where tabViewItem is of type NSTabViewItem* and toolTip is of type NSString* [tabViewItem view] returns the