MCPcopy Create free account
hub / github.com/Akascape/CTkCodeBox / update_theme

Function update_theme

theme_example.py:45–46  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

43 'xcode', 'zenburn']
44
45def update_theme(e):
46 codebox.configure(theme=e)
47
48theme_combobox = customtkinter.CTkComboBox(app, values=theme_values,command=update_theme)
49theme_combobox.pack(padx=10, fill="x", expand=True)

Callers

nothing calls this directly

Calls 1

configureMethod · 0.80

Tested by

no test coverage detected