Home
last modified time | relevance | path

Searched refs:scan_dragto (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_tk.py283 def scan_dragto(self, x, y): member in Text
/external/python/cpython3/Lib/idlelib/idle_test/
Dmock_tk.py283 def scan_dragto(self, x, y): member in Text
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2441 def scan_dragto(self, x, y, gain=10): member in Canvas
2527 def scan_dragto(self, x): member in Entry
2645 def scan_dragto(self, x, y): member in Listbox
3135 def scan_dragto(self, x, y): member in Text
3553 def scan_dragto(self, x): member in Spinbox
/external/python/cpython3/Lib/tkinter/
D__init__.py2604 def scan_dragto(self, x, y, gain=10): member in Canvas
2690 def scan_dragto(self, x): member in Entry
2808 def scan_dragto(self, x, y): member in Listbox
3309 def scan_dragto(self, x, y): member in Text
3720 def scan_dragto(self, x): member in Spinbox
/external/python/cpython2/Misc/
DHISTORY4792 - Tkinter.Canvas.scan_dragto() provides an optional parameter to support
/external/python/cpython3/Misc/
DHISTORY22176 - Tkinter.Canvas.scan_dragto() provides an optional parameter to support