views:

50

answers:

1

How do I make custom buttons for my app window on OSX? I'd also like to skin the entire window.

Are there any easy classes or ways to do this? Any tutorials that show how?

+1  A: 

If you want to deviate a little from the standard OS X interface, you should take a look at NSThemeFrame, the class that draws standard OS X windows. You can read a little bit about it here, and find out more using Google.

itaiferber
Thanks! I'll look into it.
Moshe