Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
def
update_theme(e):
46
codebox.configure(theme=e)
47
48
theme_combobox = customtkinter.CTkComboBox(app, values=theme_values,command=update_theme)
49
theme_combobox.pack(padx=10, fill=
"x"
, expand=True)
Callers
nothing calls this directly
Calls
1
configure
Method · 0.80
Tested by
no test coverage detected