Home
last modified time | relevance | path

Searched refs:ExFileSelectBox (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Doc/library/
Dtkinter.tix.rst263 .. class:: ExFileSelectBox()
265 The `ExFileSelectBox
269 :class:`ExFileSelectBox` widget is very similar to the standard file dialog on
/external/python/cpython2/Doc/library/
Dtix.rst275 .. class:: ExFileSelectBox()
277 The `ExFileSelectBox
281 :class:`ExFileSelectBox` widget is very similar to the standard file dialog on
/external/python/cpython3/Lib/tkinter/
Dtix.py702 class ExFileSelectBox(TixWidget): class
1694 class _dummyExFileSelectBox(ExFileSelectBox, TixSubWidget):
/external/python/cpython2/Lib/lib-tk/
DTix.py704 class ExFileSelectBox(TixWidget): class
1698 class _dummyExFileSelectBox(ExFileSelectBox, TixSubWidget):
/external/python/cpython2/Demo/tix/
Dtixwidgets.py754 box = Tix.ExFileSelectBox(w, bd=2, relief=Tix.RAISED)