-
-
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.
Groups appear in the panel in Content → Layout → Visual order.
| Group | Properties |
|---|---|
| Progress | orientation (horizontal / vertical), initial fill ratio (0.0–1.0), mode |
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width, border_color
|
| Main Colors |
fg_color (track), progress_color (fill) |
Exact set comes from the descriptor in
app/widgets/ctk_progress_bar.py.
See also — Widgets · CTkSlider · CustomTkinter docs