Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tkinter/guido/
Dmbox.py263 scanbox.select_from(i)
/external/python/cpython3/Lib/
Dpathlib.py476 def select_from(self, parent_path): member in _Selector
1102 for p in selector.select_from(self):
1115 for p in selector.select_from(self):
/external/python/cpython2/Lib/lib-tk/
DCanvas.py189 def select_from(self, index): member in Group
DTkinter.py2457 def select_from(self, tagOrId, index): member in Canvas
2548 select_from = selection_from variable in Entry
/external/python/cpython3/Lib/tkinter/
D__init__.py2621 def select_from(self, tagOrId, index): member in Canvas
2712 select_from = selection_from variable in Entry