-
-
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.
Groups appear in the panel in Content → Layout → Visual → Behavior order.
| Group | Properties |
|---|---|
| Tabs | tab names (one per line), default tab |
| Text | tab button font, text_color
|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width, border_color
|
| Main Colors |
fg_color (frame), segmented_button_fg_color, segmented_button_selected_color
|
| Button Interaction | state |
Builder note: nesting children into specific tabs is not yet supported — the canvas previews the tab bar + empty tab frames. Hand-wire children inside each
tabview.tab("name")block after export.
Exact set comes from the descriptor in
app/widgets/ctk_tabview.py.
See also — Widgets · CTkFrame · CustomTkinter docs