Skip to content

CTk Tabview

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

CTkTabview

Container with tabs. Each tab holds its own set of child widgets.

Wraps customtkinter.CTkTabview.

Properties

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

Clone this wiki locally