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

  /external/python/cpython2/Demo/tix/samples/
DirTree.py 25 dirtree = DemoDirTree(root)
26 dirtree.mainloop()
27 dirtree.destroy()
45 # Create the DirTree widget. By default it will show the current
49 top.dir = Tix.DirTree(top)
58 # can choose from the DirTree widget, or he can type in the directory
  /external/python/cpython2/Lib/lib-tk/
Tix.py 667 class DirTree(TixWidget):
668 """DirTree - Directory Listing in a hierarchical view.
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 661 class DirTree(TixWidget):
662 """DirTree - Directory Listing in a hierarchical view.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 675 class DirTree(TixWidget):
676 """DirTree - Directory Listing in a hierarchical view.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 675 class DirTree(TixWidget):
676 """DirTree - Directory Listing in a hierarchical view.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 675 class DirTree(TixWidget):
676 """DirTree - Directory Listing in a hierarchical view.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 675 class DirTree(TixWidget):
676 """DirTree - Directory Listing in a hierarchical view.
    [all...]

Completed in 177 milliseconds