Home
last modified time | relevance | path

Searched refs:DirSelectBox (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
Dtkinter.tix.rst255 .. class:: DirSelectBox()
257 The :class:`DirSelectBox` is similar to the standard Motif(TM)
259 directory. DirSelectBox stores the directories mostly recently selected into
/external/python/cpython2/Doc/library/
Dtix.rst267 .. class:: DirSelectBox()
269 The :class:`DirSelectBox` is similar to the standard Motif(TM)
271 directory. DirSelectBox stores the directories mostly recently selected into
/external/python/cpython3/Lib/tkinter/
Dtix.py683 class DirSelectBox(TixWidget): class
1688 class _dummyDirSelectBox(DirSelectBox, TixSubWidget):
/external/python/cpython2/Lib/lib-tk/
DTix.py685 class DirSelectBox(TixWidget): class
1692 class _dummyDirSelectBox(DirSelectBox, TixSubWidget):
/external/python/cpython2/Misc/
DHISTORY6329 - Tix exposes more commands through the classes DirSelectBox,
/external/python/cpython3/Misc/
DHISTORY23713 - Tix exposes more commands through the classes DirSelectBox,