-
-
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.
Groups appear in the panel in Content → Layout → Visual → Behavior order.
| Group | Properties |
|---|---|
| Value Range |
from_, to, number_of_steps, initial value
|
| Geometry |
x, y, width, height
|
| Orientation |
horizontal / vertical
|
| Rectangle | track corner_radius, button corner_radius, button length (pill when > 0), border_width, border_color
|
| Main Colors |
fg_color (track), progress_color, button_color, button_hover_color
|
| Button Interaction |
state, hover effect |
Exact set comes from the descriptor in
app/widgets/ctk_slider.py.
See also — Widgets · CTkProgressBar · CustomTkinter docs