Searched refs:yview_scroll (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/idlelib/ |
D | tree.py | 469 self.canvas.yview_scroll(-1, "page") 472 self.canvas.yview_scroll(1, "page") 475 self.canvas.yview_scroll(-1, "unit") 478 self.canvas.yview_scroll(1, "unit")
|
/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/idle_test/ |
D | test_sidebar.py | 304 self.text.yview_scroll(10, 'unit')
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1590 def yview_scroll(self, number, what): member in YView
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1927 def yview_scroll(self, number, what): member in YView
|