Is there an open-source library for Cocoa to create a window following iTunes’ style? That is the window controls are laid out vertically instead of horizontally:

I find it space-saving and good for utility-type applications that doesn’t need a window title.
This quickly hacked away NSWindow delegate should get you started:
However I got to say that just like JeremyP I can only hope Apple’s not going to spread this any wider in OS X.