Home
last modified time | relevance | path

Searched refs:winfo_children (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dsupport.py35 for w in self.root.winfo_children():
/external/python/cpython3/Lib/tkinter/test/
Dsupport.py35 for w in self.root.winfo_children():
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_searchbase.py151 for child in self.dialog.buttonframe.winfo_children():
Dtest_config_key.py133 for index, child in enumerate(dialog.frame.winfo_children()):
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_searchdialogbase.py156 for child in self.dialog.buttonframe.winfo_children():
/external/python/cpython3/Lib/tkinter/
D__init__.py955 def winfo_children(self): member in Misc
/external/python/cpython2/Lib/lib-tk/
DTkinter.py805 def winfo_children(self): member in Misc