Home
last modified time | relevance | path

Searched refs:FileSelectBox (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/library/
Dtix.rst288 .. class:: FileSelectBox()
290 The `FileSelectBox
293 for the user to choose a file. FileSelectBox stores the files mostly recently
/external/python/cpython2/Lib/lib-tk/
DTix.py786 class FileSelectBox(TixWidget): class
1714 class _dummyFileSelectBox(FileSelectBox, TixSubWidget):
/external/python/cpython2/Demo/tix/
Dtixwidgets.py434 box = Tix.FileSelectBox(w)