+2  A: 

There's no built-in Cocoa controls to do this. You're going to have to write some custom views which replicate the functionality.

There some good advice for creating custom controls in the answers to this question: http://stackoverflow.com/questions/380875/looking-for-info-on-custom-drawing-of-interface-components-cocoa

If you need additional help, I recommend you ask smaller, more specific questions explaining what you've tried and what hasn't worked.

kperryua
+1  A: 
sbooth
Have you considered a non-GPL license, such as MIT or BSD? GPL isn't a great fit for most Mac software, and since commercial software can't legally use GPL code and remain closed-source, GPL has the effect of limiting who might contribute back to your code, much less actually use it in the first place.
Quinn Taylor
When I roll this into a framework I will place it under the BSD license, yes.
sbooth
+3  A: 

InspectorKit is FOSS on github.

Dave DeLong
+1 to this project for being under a BSD license. GPL is unfriendly to commercial software, and therefore to most Mac developers.
Quinn Taylor
Is it really Leopard only?
Time Machine
@Nevermind apparently. However, you could probably backport it to Tiger if you really needed to.
Dave DeLong