Re: Underlining a Tab item label

2009-05-26 Thread Shlok Datye
You can subclass NSTabViewItem, override its drawLabel:inRect:, and put your custom drawing code there. Shlok Datye Coding Turtle http://codingturtle.com On 25.05.2009, at 18:41, David Alter wrote: With NSTabView I can set the font of the NSTabViewItem label. Is there a way to make it unde

Underlining a Tab item label

2009-05-25 Thread David Alter
With NSTabView I can set the font of the NSTabViewItem label. Is there a way to make it underlined? I have always done this with the NSAttributeString in the past. However I do not see how I can get access to the attribute string for the NSTabViewItem label. thank for the help -dave ___