-
-
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.
| 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 also — Widgets · CTkComboBox · CustomTkinter docs