Re: Full screen borderless window
Re: Full screen borderless window
- Subject: Re: Full screen borderless window
- From: Jirka Jirout <email@hidden>
- Date: Fri, 2 Apr 2004 19:29:06 +0200
How do you create a full screen borderless window such as DVD Player
uses in full screen mode?
use NSBorderlessWindowMask as styleMask in NSWindow's
initWithContentRect:styleMask:backing:defer:
to get a borderless window and use the size of the screen as the
window's frame rectangle to make it full screen...
jj
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.