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
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
___