-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Combo Box
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Drop-down list combined with an editable text field.
Wraps customtkinter.CTkComboBox.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width
|
| Values |
values, default value |
| Button |
button_color, button_hover_color
|
| Dropdown |
dropdown_fg_color, dropdown_hover_color, dropdown_text_color, dropdown_font
|
| Text |
font, text_color
|
Exact set comes from the descriptor in
app/widgets/ctk_combo_box.py.
See also — Widgets · CTkOptionMenu · CustomTkinter docs