Skip to content

CTk Slider

Lasha Kandelaki edited this page May 7, 2026 · 2 revisions

CTkSlider

Numeric value selector — drag a knob along a bar.

Wraps customtkinter.CTkSlider.

Properties

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 alsoWidgets · CTkProgressBar · CustomTkinter docs

Clone this wiki locally