Re: How to hide a window?
Re: How to hide a window?
- Subject: Re: How to hide a window?
- From: "Erik M. Buck" <email@hidden>
- Date: Thu, 20 Sep 2001 11:34:15 -0500
see NSWindow's -orderOut: and -orderFront:
-orderOut: effectively hides a window. -orderFront: restores it.
----- Original Message -----