Home
last modified time | relevance | path

Searched refs:yview_scroll (Results 1 – 2 of 2) 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/cpython2/Lib/lib-tk/
DTkinter.py1585 def yview_scroll(self, number, what): member in YView