This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients ezio.melotti, georg.brandl, terry.reedy
Date 2009-10-05.17:15:19
SpamBayes Score 4.0800742e-07
Marked as misclassified No
Message-id <1254762921.87.0.262497791967.issue7057@psf.upfronthosting.co.za>
In-reply-to
Content
A somewhat separate issue is the lack of even a mention of the existence
of the Canvas widget, which would merit a separate subsection if
documented. I think it should at least be mentioned with a reference to
the online reference materials listed before.

Indeed, the tkinter reference should somewhere have a complete list of
widgets, just like the ttk section does

24.2.2. Ttk Widgets¶

Ttk comes with 17 widgets, eleven of which already existed in tkinter:
Button, Checkbutton, Entry, Frame, Label, LabelFrame, Menubutton,
PanedWindow, Radiobutton, Scale and Scrollbar. The other six are new:
Combobox, Notebook, Progressbar, Separator, Sizegrip and Treeview. And
all them are subclasses of Widget.
History
Date User Action Args
2009-10-05 17:15:22terry.reedysetrecipients: + terry.reedy, georg.brandl, ezio.melotti
2009-10-05 17:15:21terry.reedysetmessageid: <1254762921.87.0.262497791967.issue7057@psf.upfronthosting.co.za>
2009-10-05 17:15:20terry.reedylinkissue7057 messages
2009-10-05 17:15:19terry.reedycreate