Bill Janssen wrote:

> The Tk canvas widget is a nice one,

I've never been fond of things like the Tkinter canvas that
come with their own data structure. Usually I already have
a data structure of my own, and all I want is a place to
draw it.

> I'm still not quite sure what the PyGUI "canvas" is;

It's a destination for immediate-mode output-only drawing
with Postscript-like primitives. It's much simpler than
a Tkinter canvas -- more like an X11 drawable or a
Windows device context.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to