mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
test
This commit is contained in:
parent
62063d6f64
commit
f068cee972
@ -12,6 +12,7 @@ app.title("CustomTkinter simple_example.py")
|
||||
def button_callback():
|
||||
print("Button click", combobox_1.get())
|
||||
|
||||
|
||||
def slider_callback(value):
|
||||
progressbar_1.set(value)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user