• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Control in NSWindow top-right
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Control in NSWindow top-right (From: Mozketo <email@hidden>)

  • Prev by Date: Re: Garbage collected and non-garbage collected
  • Next by Date: Re: State of performing tasks with elevated privileges
  • Previous by thread: Control in NSWindow top-right
  • Next by thread: Getting Distant Object In C++
  • Index(es):
    • Date
    • Thread