mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fixed radiobutton disabled command call bug #677, fixed key error for theme in scrollbar #711, removed bind_all and unbind_all from baseclass, added CTkCanvas and CTkBaseClass for top level import
This commit is contained in:
@ -70,4 +70,11 @@ tabview_1.pack(pady=10, padx=10)
|
||||
tabview_1.add("CTkTabview")
|
||||
tabview_1.add("Tab 2")
|
||||
|
||||
progressbar_1.configure(mode="indeterminate")
|
||||
progressbar_1.start()
|
||||
#progressbar_1.stop()
|
||||
#progressbar_1.start()
|
||||
#progressbar_1.stop()
|
||||
#progressbar_1.start()
|
||||
|
||||
app.mainloop()
|
||||
|
Reference in New Issue
Block a user