Re: Changing the color of an NSWindow’s titlebar text
Re: Changing the color of an NSWindow’s titlebar text
- Subject: Re: Changing the color of an NSWindow’s titlebar text
- From: Quincey Morris <email@hidden>
- Date: Mon, 22 Jun 2015 23:49:02 +0000
On Jun 22, 2015, at 16:39 , Carl Hoefs <email@hidden> wrote:
>
> Where might I find info on the API that Safari uses?
It’s not Safari-specific, it’s a new Yosemite API that (I assume) Safari now uses. For a quick overview, look in the release notes:
https://developer.apple.com/library/mac/releasenotes/AppKit/RN-AppKit/
for ‘titlebarAccessoryViewControllers’. You may also need to use ‘titlebarAppearsTransparent’ and ‘NSFullSizeContentViewWindowMask’ and ‘titleVisibility’, but I don’t know any details — I just noticed that the new capability is there.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden