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

Re: creating a "scratch" fred window



At 11:14 AM 9/22/93 -0700, Daniel Berger wrote:
>How do you create one? (a "scratch" fred window, that is.)
>
>I need a fred window that will not ask you to save it when you quit.  I tried
>to work around this by creating a window-save method that does nothing, but
>this did not seem to work.

Use the :scratch-p initarg for the fred-window (or fred-dialog-item) class:

(make-instance 'fred-window :scratch-p t :filename "hd:eudora out")