-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Slider
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Numeric value selector — drag a knob along a bar.
Wraps customtkinter.CTkSlider.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Range |
from_, to, number_of_steps
|
| Orientation |
horizontal / vertical
|
| Value | current value
|
| Rectangle |
height, corner_radius, border_width
|
| Colors |
fg_color, progress_color, button_color, button_hover_color, border_color
|
Exact set comes from the descriptor in
app/widgets/ctk_slider.py.
See also — Widgets · CTkProgressBar · CustomTkinter docs