added number_of_steps argument for CTkSlider

This commit is contained in:
Tom Schimansky
2021-12-20 11:55:07 +01:00
parent b3d32a419f
commit b7fc6f3ad9
5 changed files with 21 additions and 3 deletions

View File

@@ -119,6 +119,7 @@ class App(tkinter.Tk):
button_hover_color=App.MAIN_HOVER,
width=160,
height=16,
number_of_steps=3,
border_width=5,
command=self.progressbar.set)
self.slider_1.place(x=20, rely=0.6, anchor=tkinter.W)