• 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: NSPanel with just a close button & title on title bar?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSPanel with just a close button & title on title bar?


  • Subject: Re: NSPanel with just a close button & title on title bar?
  • From: "M. Uli Kusterer" <email@hidden>
  • Date: Mon, 22 Nov 2004 08:53:33 +0100

At 8:38 Uhr -0800 19.11.2004, Ryan Stevens wrote:
You can draw the title yourself...

{
id superview = [[window standardWindowButton:NSWindowZoomButton] superview];
[superview addSubview:aTextField];
}


Not sure if you'll need to pass events up to the superview or not but with something like this you could even draw an attributed title if you wanted.

He might need to check what happens with accessibility in that case, though... -- Cheers, M. Uli Kusterer ------------------------------------------------------------ "The Witnesses of TeachText are everywhere..." http://www.zathras.de _______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: NSPanel with just a close button & title on title bar?
      • From: Ryan Stevens <email@hidden>
References: 
 >NSPanel with just a close button & title on title bar? (From: Ken Tabb <email@hidden>)
 >Re: NSPanel with just a close button & title on title bar? (From: Ricky Sharp <email@hidden>)
 >Re: NSPanel with just a close button & title on title bar? (From: Andreas Mayer <email@hidden>)
 >Re: NSPanel with just a close button & title on title bar? (From: Peter Maurer <email@hidden>)
 >Re: NSPanel with just a close button & title on title bar? (From: Ken Tabb <email@hidden>)
 >Re: NSPanel with just a close button & title on title bar? (From: Ryan Stevens <email@hidden>)

  • Prev by Date: Re: Fastest way to push strings to the screen in an NSView?
  • Next by Date: Re: Smooth Scrolling / Animation with Cocoa
  • Previous by thread: Re: NSPanel with just a close button & title on title bar?
  • Next by thread: Re: NSPanel with just a close button & title on title bar?
  • Index(es):
    • Date
    • Thread