-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Progress Bar
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Horizontal or vertical progress bar — determinate or indeterminate.
Wraps customtkinter.CTkProgressBar.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width
|
| Orientation |
horizontal / vertical
|
| Mode |
determinate / indeterminate
|
| Value |
value (0.0–1.0) |
| Colors |
fg_color, progress_color, border_color
|
Exact set comes from the descriptor in
app/widgets/ctk_progress_bar.py.
See also — Widgets · CTkSlider · CustomTkinter docs