-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Segmented Button
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
A row of mutually-exclusive buttons — one active at a time.
Wraps customtkinter.CTkSegmentedButton.
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 also — Widgets · CTkButton · CustomTkinter docs