what is the best way to display iTunes like scrollers in Leopard? Is there a 'system call' to change the look and feel of scrollers in cocoa or carbon?
Asked
Active
Viewed 808 times
1 Answers
3
As far as I can tell, these are private UI widgets. If you really need the iTunes look, you can roll your own, either by making your own images, or using the tools provided by Cocoa to generate the appropriate images. This guy has made an example of how to do this here

paxswill
- 1,200
- 9
- 13
-
yes I found him before posting the question. Thank you though. – cocoafan Aug 18 '09 at 20:41
-
It's been a while, but from what I remember, he did it by building the images at runtime, I think maybe with Core Image. Googling the link, I think there was example code that was picked up by spiders, so you might try that. – paxswill Dec 28 '10 at 18:23