Skip to content

CTk Option Menu

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

CTkOptionMenu

Drop-down list (non-editable). Like ComboBox without the text field.

Wraps customtkinter.CTkOptionMenu.

Properties

Group Properties
Geometry x, y, width, height
Rectangle corner_radius
Values values, default value
Colors fg_color, button_color, button_hover_color, text_color
Dropdown dropdown_fg_color, dropdown_hover_color, dropdown_text_color, dropdown_font
Text font

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


See alsoWidgets · CTkComboBox · CustomTkinter docs

Clone this wiki locally