I’ve updated the iTunes 5 window style code I mentioned previously. The window now redraws properly when zoomed or resized, and also draws the gradient along the bottom of the window as iTunes 5 does.
You can download the code here, and you can see a screenshot here.
This entry was posted on Monday, September 12th, 2005 at 9:50 am and is filed under Development, Interface, Source.
You can follow any comments to this entry through the RSS 2.0 feed.
You can leave a comment, or trackback from your own site.
Tags: cocoa, itunes, polished metal, window
I like the new iTunes window look too. I’d like to use it everywhere. That would seem to be the purpose of your code, but being incredibly stupid, I don’t know how to go about making all windows look like the iTunes window. Is that possible? Is that what your code does? Captain?
Hi Ray,
The code is actually for developers, to make their own applications have the iTunes 5 window style; it doesn’t affect the windows of existing apps on the system. I’m sure there are theme-changing utilities out there which could do it for you though.
Cheers,
-M
Thanks.