-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Option Menu
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Drop-down list (non-editable). Like ComboBox without the text field.
Wraps customtkinter.CTkOptionMenu.
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 also — Widgets · CTkComboBox · CustomTkinter docs