OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_names
(Results
1 - 7
of
7
) sorted by null
/external/python/cpython2/Demo/tkinter/ttk/
combo_themes.py
22
themes = list(self.style.
theme_names
())
theme_selector.py
31
themes = self.style.
theme_names
()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_style.py
74
for theme in self.style.
theme_names
():
/external/python/cpython3/Lib/tkinter/test/test_ttk/
test_style.py
74
for theme in self.style.
theme_names
():
/external/python/cpython3/Lib/idlelib/
configdialog.py
[
all
...]
/external/python/cpython2/Lib/lib-tk/
ttk.py
508
def
theme_names
(self):
member in class:Style
[
all
...]
/external/python/cpython3/Lib/tkinter/
ttk.py
512
def
theme_names
(self):
member in class:Style
[
all
...]
Completed in 899 milliseconds