HomeSort by relevance Sort by last modified time
    Searched refs:winfo_children (Results 1 - 7 of 7) sorted by null

  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
support.py 35 for w in self.root.winfo_children():
  /external/python/cpython3/Lib/tkinter/test/
support.py 35 for w in self.root.winfo_children():
  /external/python/cpython2/Lib/idlelib/idle_test/
test_searchdialogbase.py 156 for child in self.dialog.buttonframe.winfo_children():
  /external/python/cpython3/Lib/idlelib/idle_test/
test_searchbase.py 151 for child in self.dialog.buttonframe.winfo_children():
test_config_key.py 129 winfo_children() stores the children in stack order, so
133 for index, child in enumerate(dialog.frame.winfo_children()):
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 805 def winfo_children(self): member in class:Misc
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 955 def winfo_children(self): member in class:Misc
    [all...]

Completed in 103 milliseconds