> On 5 Mar 2017, at 10:35 pm, Kyle Sluder wrote:
>
> On Fri, Mar 3, 2017, at 08:39 AM, Mark Allan wrote:
>> Hi all,
>>
>> I've got an NSWindow which has an NSToolbar added programmatically. The
>> window does not use a shared title/toolbar. I now want to add a little
>> bit of text/button to t
On Fri, Mar 3, 2017, at 08:39 AM, Mark Allan wrote:
> Hi all,
>
> I've got an NSWindow which has an NSToolbar added programmatically. The
> window does not use a shared title/toolbar. I now want to add a little
> bit of text/button to the window's titlebar, so for OS X 10.6 to 10.9,
> I'm doing i
Hi all,
I've got an NSWindow which has an NSToolbar added programmatically. The window
does not use a shared title/toolbar. I now want to add a little bit of
text/button to the window's titlebar, so for OS X 10.6 to 10.9, I'm doing it
the old way playing around with NSWindow subviews, which wo