-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Tabview
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Container with tabs. Each tab holds its own set of child widgets.
Wraps customtkinter.CTkTabview.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width
|
| Tabs | tab names, default tab, add/remove |
| Colors |
fg_color, segmented_button_fg_color, segmented_button_selected_color, text_color
|
| Anchor | tab strip position (n, nw, ne, s, sw, se) |
| Children | drop widgets inside the active tab |
Exact set comes from the descriptor in
app/widgets/ctk_tabview.py.
See also — Widgets · CTkFrame · CustomTkinter docs