Re: NSWindow without titlebar
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