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

Re: Print out windows



On Wed Sep  1, 1993, JIQIAN PAN writes:
  I saw some discussions on how to print out a window which has
  certain objects on it using MCL in this net, but lost them.
  Now I am trying to print out my windows.  Does anyone know
  where I can find these relevant messages, including code?
The code for printing windows is available by anonymous ftp
from cambridge.apple.com under the name:
  pub/MCL2/contrib/print-u.lisp.hqx
It contains general code for printing windows containing
a variety of different views as well as a general printing
routine. You can easily extend the code to include other kinds
of views by adding a print-contents method for each type of
view.

I'll be shortly uploading a new version which supports Apple
ImageWriter printing.

mark