[squeak-dev] Pretty print to printer?

Chris Cunningham cunningham.cb at gmail.com
Fri Nov 14 18:51:11 UTC 2008


In a pane where the code is pretty-printed, you should be able to
shift-yellow button get a menu up, and then select 'send contents to
printer'.  This should send it to a connected printer.  Of course, just one
text pane at a time, and it is assuming that your platform supports it.

Alternatively, you can dig into direct printer support by looking at
TextPrinter (which that method above calls), or look at the primitive
Form>primPrintHScale: hScale vScale: vScale landscape: aBoolean
which actually does the heavy lifting.

Printing isn't taboo - just not used much at all.

Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20081114/70dd9e7b/attachment.htm


More information about the Squeak-dev mailing list