Re: NSWindow title bar view height

2011-09-09 Thread Torsten Curdt
> I have never seen a non-hackish way to tweak the title bar in such a way, > unfortunately. There are some methods to access and adjust the standard > buttons, but the layout and drawing of the title bar are done by > undocumented internal classes. > (If you want to see real hackish, you should lo

Re: NSWindow title bar view height

2011-09-09 Thread Jens Alfke
On Sep 9, 2011, at 11:41 AM, Torsten Curdt wrote: > I am wondering what could be the best way of creating a NSWindow that > has a bigger title bar - similar to the AppStore app or iCal (to add > some other NSViews). A project I found doing just that feels a little > hack'ish I have never seen a