• 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: How to hide a window?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to hide a window?


  • Subject: Re: How to hide a window?
  • From: Stéphane Sudre <email@hidden>
  • Date: Thu, 20 Sep 2001 18:00:11 +0200

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.


  • Follow-Ups:
    • Re: How to hide a window?
      • From: Eric Peyton <email@hidden>
References: 
 >Re: How to hide a window? (From: Eric Peyton <email@hidden>)

  • Prev by Date: Re: division by zero not an error for cc?
  • Next by Date: Re: How to hide a window?
  • Previous by thread: Re: How to hide a window?
  • Next by thread: Re: How to hide a window?
  • Index(es):
    • Date
    • Thread