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