removed bg and background argument support from CTk and CTkToplevel

This commit is contained in:
Tom Schimansky
2022-10-16 20:13:19 +02:00
parent 53b0d04e4b
commit 1ae794272b
16 changed files with 184 additions and 138 deletions

View File

@ -5,7 +5,6 @@ app = tkinter.Tk()
app.geometry("400x350")
app.title("simple_example_standard_tkinter.py")
def button_function():
print("button pressed")