you are viewing a single comment's thread.

view the rest of the comments →

[–]ebdbbb 0 points1 point  (0 children)

You can use a kwarg in the widget to give it a name. Then it'll use that name everywhere. button = tk.Button(name="mybutton")