Searched refs:yview_scroll (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | TreeWidget.py | 437 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/ |
D | tree.py | 438 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")
|
D | editor.py | 481 self.text.yview_scroll(lines, 'units')
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1748 def yview_scroll(self, number, what): member in YView
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1590 def yview_scroll(self, number, what): member in YView
|