Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ theme_names
Method
theme_names
Lib/tkinter/ttk.py:490–492 ·
view source on GitHub ↗
Returns a list of all known themes.
(self)
Source
from the content-addressed store, hash-verified
488
489
490
def
theme_names(self):
491
""
"Returns a list of all known themes."
""
492
return
self.tk.splitlist(self.tk.call(self._name,
"theme"
,
"names"
))
493
494
495
def
theme_use(self, themename=None):
Callers
8
test_theme_use
Method · 0.80
test_configure_custom_copy
Method · 0.80
test_map_custom_copy
Method · 0.80
test_element_create_vsapi_1
Method · 0.80
test_element_create_vsapi_2
Method · 0.80
test_element_create_vsapi_3
Method · 0.80
test_theme_create
Method · 0.80
test_theme_create_vsapi
Method · 0.80
Calls
2
splitlist
Method · 0.80
call
Method · 0.45
Tested by
8
test_theme_use
Method · 0.64
test_configure_custom_copy
Method · 0.64
test_map_custom_copy
Method · 0.64
test_element_create_vsapi_1
Method · 0.64
test_element_create_vsapi_2
Method · 0.64
test_element_create_vsapi_3
Method · 0.64
test_theme_create
Method · 0.64
test_theme_create_vsapi
Method · 0.64