[plt-scheme] the (actual) plt browser and printing

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Sep 29 11:36:22 EDT 2005

At Tue, 27 Sep 2005 10:10:09 -0500, Corey Sweeney wrote:
> When i create a browser like:
> 
> (define browser-object (browse-shtml html-document))
> 
> The browser correctly displays my result, but I don't get a option to print
> it. I think this is the same browser that's being used in the help system
> where there is a print button in the file menu, so i know it must be
> possible.

An editor<%> has a `print' method, so if you can extract the brower's
editor, then you can print. (Is extracting the editor easy? I forget,
but I think it is.)

Matthew



Posted on the users mailing list.