[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: moving windows onto the screen
- To: info-mcl@ministry.cambridge.apple.com, haines@math.psu.edu
- Subject: Re: moving windows onto the screen
- From: reti@cambridge.apple.com (Kalman Reti)
- Date: Tue, 3 Aug 1993 11:19:15 -0500
At 13:48 8/3/93 +0000, Matthew A Haines wrote:
>I have an application that was prototyped in lisp, and I think it has some windows
>that I can't see because they are being created too low or too far to the right for
>them to even show up on my 12" monitor. The listener window is still there, and
>the compiler still works. Is there some kind of a form that I can type and evaluate
>that will move every window onto the screen (ie move windows at say 800,200 to
>smaller coordinates)?
You can use the window-ensure-on-screen function documented on page 172 of the
reference manual, along with the map-windows function documented on page 159.