Re: Tkinter Canvas Pre-Buffer
[EMAIL PROTECTED] wrote: > Is there a way that using Tkinter I can pre-render the canvas then draw > it on the screen? not really; the canvas is double-buffered, but it regenerates (portions of) the buffer when necessary. if you want to draw in a separate buffer, and use that when updating the w
Tkinter Canvas Pre-Buffer
Is there a way that using Tkinter I can pre-render the canvas then draw it on the screen? Thanks. -- http://mail.python.org/mailman/listinfo/python-list