Re: tcl/tk's syntax to python's syntax

Serhiy Storchaka <[email protected]> Sat, 4 Nov 2017 13:43:12 +0200
Newsgroups gmane.comp.python.tkinter
Message-ID <[email protected]>
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".

_______________________________________________
Tkinter-discuss mailing list
[email protected]
https://mail.python.org/mailman/listinfo/tkinter-discuss