mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
changed root_tk name to app in all exmaples and tests
This commit is contained in:
@ -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():
|
||||
|
Reference in New Issue
Block a user