"Steven D'Aprano" <st...@pearwood.info> 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 provide many of these extra widgets. Tix and the turtle module are
two examples. The standard dialogs etc are also in separate modules.

And there are several other add-on moduiles not in the standard library that
you can download that extend Tkinter even further.

This is all designed so you only need to use the bits you actually need.

HTH,

--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/

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

Reply via email to