views:

55

answers:

1

Hi,

I am developing a desktop application in which I want to change the color of the title bar of the NSWindow. How exactly can I do it?

Could someone help me out?

Thanks and regards, Deepa

A: 

You might want to checkout the following question: http://stackoverflow.com/questions/1665147/how-to-custom-draw-window-title-bar-in-objective-c/1665421#1665421

Leibowitzn