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

  /external/python/cpython2/Lib/lib-tk/
Tix.py 708 class ExFileSelectBox(TixWidget):
709 """ExFileSelectBox - MS Windows style file select box.
772 fsbox ExFileSelectBox"""
787 """ExFileSelectBox - Motif style file select box.
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 702 class ExFileSelectBox(TixWidget):
703 """ExFileSelectBox - MS Windows style file select box.
766 fsbox ExFileSelectBox"""
781 """ExFileSelectBox - Motif style file select box.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 716 class ExFileSelectBox(TixWidget):
717 """ExFileSelectBox - MS Windows style file select box.
780 fsbox ExFileSelectBox"""
795 """ExFileSelectBox - Motif style file select box.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 716 class ExFileSelectBox(TixWidget):
717 """ExFileSelectBox - MS Windows style file select box.
780 fsbox ExFileSelectBox"""
795 """ExFileSelectBox - Motif style file select box.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 716 class ExFileSelectBox(TixWidget):
717 """ExFileSelectBox - MS Windows style file select box.
780 fsbox ExFileSelectBox"""
795 """ExFileSelectBox - Motif style file select box.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 716 class ExFileSelectBox(TixWidget):
717 """ExFileSelectBox - MS Windows style file select box.
780 fsbox ExFileSelectBox"""
795 """ExFileSelectBox - Motif style file select box.
    [all...]
  /external/python/cpython2/Demo/tix/
tixwidgets.py 729 fsbox = Tix.LabelFrame(w, label='Tix.ExFileSelectBox', options=options)
752 text='The Tix ExFileSelectBox widget is more user friendly than the Motif style FileSelectBox.')
754 box = Tix.ExFileSelectBox(w, bd=2, relief=Tix.RAISED)
    [all...]

Completed in 384 milliseconds