[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Restoring Windows



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