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

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

Group Properties
Values values, default value
Text font, alignment, text_color
Geometry x, y, width, height
Rectangle corner_radius
Main Colors fg_color, button_color, button_hover_color
Dropdown Colors dropdown_fg_color, dropdown_hover_color, dropdown_text_color
Dropdown Layout popup geometry, dropdown_font, border
Button Interaction state, hover effect

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


See alsoWidgets · CTkComboBox · CustomTkinter docs

Clone this wiki locally