Skip to content

CTk Combo Box

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

CTkComboBox

Drop-down list combined with an editable text field.

Wraps customtkinter.CTkComboBox.

Properties

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

Clone this wiki locally