• 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: NSWindow without titlebar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSWindow without titlebar


  • Subject: Re: NSWindow without titlebar
  • From: Eric Peyton <email@hidden>
  • Date: Thu, 27 Sep 2001 20:42:20 -0500

You mean like this ...

floatingWindow = [[[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO] retain];

No need to subclass, but you do need to create the window yourself.

Eric

On Thursday, September 27, 2001, at 08:29 PM, Vinay Venkatesh wrote:

has anyone written a subclass of NSWindow without a titlebar? that i could use...if not i guess i'll have to do it myself ..would be ncier..if i could spend my time writing interface code for other parts of the interface rather than the window stuff

-vinay
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev


References: 
 >NSWindow without titlebar (From: Vinay Venkatesh <email@hidden>)

  • Prev by Date: Re: Panel before sheilding window
  • Next by Date: OS X 10.1 Download (well sourced rumor)
  • Previous by thread: NSWindow without titlebar
  • Next by thread: Re: NSWindow without titlebar
  • Index(es):
    • Date
    • Thread