Re: Control in NSWindow top-right
Re: Control in NSWindow top-right
- Subject: Re: Control in NSWindow top-right
- From: Kyle Sluder <email@hidden>
- Date: Tue, 10 Mar 2009 13:36:11 -0400
Use -[NSWindow standardWindowButton:] to get a pointer to one of the
buttons in the titlebar; doesn't matter which one, but you may want to
use NSWindowToolbarButton if you're putting it in the upper-right.
Then use -[NSView superview] to get at the view that encloses the
titlebar, and add your view as a subview.
--Kyle Sluder
_______________________________________________
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