changed root_tk name to app in all exmaples and tests

This commit is contained in:
Tom Schimansky
2022-05-22 20:26:31 +02:00
parent 0c7abdaec5
commit 8cafed1b06
21 changed files with 124 additions and 130 deletions

View File

@ -3,7 +3,7 @@ import tkinter
app = tkinter.Tk()
app.geometry("400x350")
app.title("Standard Tkinter Test")
app.title("simple_example_standard_tkinter.py")
def button_function():