[Tkinter-discuss] tcl/tk's syntax to python's syntax

Serhiy Storchaka storchaka at gmail.com
Sat Nov 4 07:43:12 EDT 2017


23.10.17 12:27, Michael Lange пише:
> Actually the widgets' names (as "b" and "f" in the above example) go to
> the widget's "name" option in Python, which is hardly ever used though
> (in Tkinter we usually let Python assign the widget names automatically
> which leads to something that looks like ".1234567890.1234567891" instead
> of ".f.b").

In Python 3.6 automatically assigned names look more human-readable, 
e.g. ".!frame2.!button5".



More information about the Tkinter-discuss mailing list