Re: How to hide a window?
Re: How to hide a window?
- Subject: Re: How to hide a window?
- From: Eric Peyton <email@hidden>
- Date: Thu, 20 Sep 2001 11:11:39 -0500
True, but ordering out is somewhat different that what I thought he
wanted. But I bet it will do for him what he wants after more
discussion.
Eric
On Thursday, September 20, 2001, at 11:00 AM, Stiphane Sudre wrote:
On jeudi, septembre 20, 2001, at 05:01 PM, Eric Peyton wrote:
Windows don't hide, applications hide.
You can have a window that you specify as
- (void)setHidesOnDeactivate:(BOOL)flag;
- (BOOL)hidesOnDeactivate;
But windows themselves can't be "hidden", only applications can.
Since when ?
NSWindow class
orderOut:
- (void)orderOut:(id)sender
Takes the receiver out of the screen list. If the receiver is the key
or main window, the NSWindow immediately behind it is made key or main
in its place. Calling the orderOut: method causes the receiver to be
removed from the screen, but does not cause it to be released. See the
close method for information on when a window is released.
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev