How to change the title bar of a window in Mac OS X
Posted
by
macdever
on Stack Overflow
See other posts from Stack Overflow
or by macdever
Published on 2011-01-02T02:57:45Z
Indexed on
2011/01/02
7:53 UTC
Read the original article
Hit count: 183
objective-c
|mac
I am trying to change the titlebar of a window in Mac OS X. To be specific I am trying to this with firefox. And I want to draw/put a bitmap on the title bar and also min, max, and close buttons.
Also I found this file which might be helpful: http://people.mozilla.com/~chofmann/l10n/tree/mozilla/widget/src/cocoa/nsCocoaWindow.mm
I can see that they have the code to do custom shading or color change.
Thanks
© Stack Overflow or respective owner