[Tutor] ttk printing (was Re: application with tabs)

Alan Gauld alan.gauld at btinternet.com
Sun May 16 00:22:00 CEST 2010


"ALAN GAULD" <alan.gauld at btinternet.com> wrote

> For most of my GUI needs printing is rarely an
> issue and if I do need to print I generate an HTML document

I meant to add that this is similar to the traditional way of priniting
in Unix which was to generate a [gnt]roff document and then send it
to print via lpr.

HTML is the modern equivalent to troff...


 Alan Gauld
Author of the Learn To Program website
http://www.alan-g.me.uk/





________________________________
From: Steve Willoughby <steve at alchemy.com>
To: Alan Gauld <alan.gauld at btinternet.com>
Cc: tutor at python.org
Sent: Saturday, 15 May, 2010 19:24:29
Subject: ttk printing (was Re: [Tutor] application with tabs)

I've been seeing Alan and others advocate the new themed widgets
for Tkinter and it looks pretty cool, but in what I've seen in an
admittedly cursory glance I don't see that there's yet much in the
way of printing support for apps (other than getting raw PostScript
for what's on a canvas) which is one of the things still pushing
me toward wxPython instead.

I'd love to make use of all the time I invested over the years
learning Tcl/Tk and Tkinter, but this doesn't look like there's a
good solution (such as support for writing to the Windows GDI on
Windows, although the PostScript output is likely adequate on Unix
and Macs).

Is there something people are using in that space for Tk?
-- 
Steve Willoughby    |  Using billion-dollar satellites
steve at alchemy.com   |  to hunt for Tupperware.



--------------------------------------------------------------------------------


> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
> 




More information about the Tutor mailing list