Searched refs:scan_dragto (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | mock_tk.py | 287 def scan_dragto(self, x, y): member in Text
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | mock_tk.py | 283 def scan_dragto(self, x, y): member in Text
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2446 def scan_dragto(self, x, y, gain=10): member in Canvas 2532 def scan_dragto(self, x): member in Entry 2650 def scan_dragto(self, x, y): member in Listbox 3140 def scan_dragto(self, x, y): member in Text 3558 def scan_dragto(self, x): member in Spinbox
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2950 def scan_dragto(self, x, y, gain=10): member in Canvas 3058 def scan_dragto(self, x): member in Entry 3204 def scan_dragto(self, x, y): member in Listbox 3793 def scan_dragto(self, x, y): member in Text 4266 def scan_dragto(self, x): member in Spinbox
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4792 - Tkinter.Canvas.scan_dragto() provides an optional parameter to support
|
/external/python/cpython3/Misc/ |
D | HISTORY | 22176 - Tkinter.Canvas.scan_dragto() provides an optional parameter to support
|