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

ALAN GAULD alan.gauld at btinternet.com
Sun May 16 00:56:02 CEST 2010



> > HTML is the modern equivalent to troff...
>
> Yeah, but like troff, it's wholly inadequate for a lot of applications,

Well at least with troff you can do arbitrarily complex graphics etc
(albeit with great difficulty using pic!) but in HTML you are much 
more limited and often have to resort to generating bitmaps and 
including them as images in an html document.

Being able to print a GDI mirror is much better but sadly many (most?) 
GUI tookits don't offer that in a cross platform kind of way - wxWidgets 
is one of the few that seems to work fairly painlessly. And if you need 
good graphical printing wxWidgets is probably the way to go.

But if you only need a GUI to control a program's operations (as I do) 
then Tkinter is fine.

-- 
Steve Willoughby    |  Using billion-dollar satellites
steve at alchemy.com   |  to hunt for Tupperware.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100515/bf08733d/attachment.html>


More information about the Tutor mailing list