[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Restoring Windows
- To: info-macl@cambridge.apple.com
- Subject: Restoring Windows
- From: ST7990@SIUCVMB.BITNET
- Date: Mon, 09 Mar 92 09:23:04 CST
Is there a way to restore a window from a saved instance of the window;
i.e. the window was saved using WINDOW-SAVE-AS.
The following code will work:
(defparameter =w (make-instance 'my-window))
(set-window-name =w my-file-name)
(window-revert =w)
the only problem being the 'user confirm dialog' that pops up to ask if
the user realy wants to revert to the saved version of the window.
Thank you.
Chris