Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DTreeWidget.py437 self.canvas.yview_scroll(-1, "page")
440 self.canvas.yview_scroll(1, "page")
443 self.canvas.yview_scroll(-1, "unit")
446 self.canvas.yview_scroll(1, "unit")
/external/python/cpython3/Lib/idlelib/
Dtree.py438 self.canvas.yview_scroll(-1, "page")
441 self.canvas.yview_scroll(1, "page")
444 self.canvas.yview_scroll(-1, "unit")
447 self.canvas.yview_scroll(1, "unit")
Deditor.py481 self.text.yview_scroll(lines, 'units')
/external/python/cpython3/Lib/tkinter/
D__init__.py1748 def yview_scroll(self, number, what): member in YView
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1590 def yview_scroll(self, number, what): member in YView