This comes from Dictionary APP in 10.7 Lion. Is this a NSShadow in a NSSplitView? I'd appreciate any advice, thanks.

|
This comes from Dictionary APP in 10.7 Lion. Is this a NSShadow in a NSSplitView? I'd appreciate any advice, thanks.
| ||||
|
feedback
|
|
Thanks, Li Fumin, for reminding me this was one of those visual effects I wanted to solve. :-) here's some sample code I posted just a bit ago. Enjoy! | |||||||||||
feedback
|
|
Inspecting it with F-Script shows that it’s a custom split view ( I’d guess it’s either a gradient or an NSShadow drawn into the table view, before passing off to the superclass to render the cells. | |||
feedback
|