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

  /external/python/cpython2/Lib/lib-tk/
Tix.py 692 the user to choose a file. FileSelectBox stores the files mostly
786 class FileSelectBox(TixWidget):
789 the user to choose a file. FileSelectBox stores the files mostly
820 fsbox FileSelectBox"""
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 686 the user to choose a file. FileSelectBox stores the files mostly
780 class FileSelectBox(TixWidget):
783 the user to choose a file. FileSelectBox stores the files mostly
814 fsbox FileSelectBox"""
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 700 the user to choose a file. FileSelectBox stores the files mostly
794 class FileSelectBox(TixWidget):
797 the user to choose a file. FileSelectBox stores the files mostly
828 fsbox FileSelectBox"""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 700 the user to choose a file. FileSelectBox stores the files mostly
794 class FileSelectBox(TixWidget):
797 the user to choose a file. FileSelectBox stores the files mostly
828 fsbox FileSelectBox"""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 700 the user to choose a file. FileSelectBox stores the files mostly
794 class FileSelectBox(TixWidget):
797 the user to choose a file. FileSelectBox stores the files mostly
828 fsbox FileSelectBox"""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 700 the user to choose a file. FileSelectBox stores the files mostly
794 class FileSelectBox(TixWidget):
797 the user to choose a file. FileSelectBox stores the files mostly
828 fsbox FileSelectBox"""
    [all...]
  /external/python/cpython2/Demo/tix/
tixwidgets.py 427 """The FileSelectBox is a Motif-style box with various enhancements.
433 text='The Tix FileSelectBox is a Motif-style box with various enhancements. For example, you can adjust the size of the two listboxes and your past selections are recorded.')
434 box = Tix.FileSelectBox(w)
749 style FileSelectBox. """
752 text='The Tix ExFileSelectBox widget is more user friendly than the Motif style FileSelectBox.')
    [all...]

Completed in 455 milliseconds