Skip to content

CTk Segmented Button

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

CTkSegmentedButton

A row of mutually-exclusive buttons — one active at a time.

Wraps customtkinter.CTkSegmentedButton.

Properties

Groups appear in the panel in Content → Layout → Visual → Behavior order.

Group Properties
Values values (segments, one per line), initial selection
Text font, text_color
Geometry x, y, width, height
Rectangle corner_radius, border_width, border_color
Main Colors fg_color, selected_color, selected_hover_color, unselected_color, unselected_hover_color
Button Interaction state

Exact set comes from the descriptor in app/widgets/ctk_segmented_button.py.


See alsoWidgets · CTkButton · CustomTkinter docs

Clone this wiki locally