"Steven D'Aprano" wrote
Yes, Tkinter could have had a ScrolledCanvas. It could have had lots of
things, you have to draw the line somewhere otherwise you end up with
one giant module that does *everything*:
And for completeness there are a number of add-on modules in the standard
library that
"David Hutto" wrote
In previous post I asked about turtle module importing from tkinter.
But what I don't understand is why does Tkinter default it's casnvas
to ScrolledCanvas in turtle.py,
Tkinter doesn't. The author of the turtle module - which is not part of
Tkinter but simply uses it -
On Sat, 24 Apr 2010 03:41:04 pm David Hutto wrote:
> In previous post I asked about turtle module importing from tkinter.
> But what I don't understand is why does Tkinter default it's casnvas
> to ScrolledCanvas in turtle.py, and then as a 'metaclass' for
> ScrolledCanvas in turtle it calls TK.Fr
In previous post I asked about turtle module importing from tkinter.
But what I don't understand is why does Tkinter default it's casnvas
to ScrolledCanvas in turtle.py, and then as a 'metaclass' for
ScrolledCanvas in turtle it calls TK.Frame, which could have
been set as a default within Tkinter