Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dmock_tk.py287 def scan_dragto(self, x, y): member in Text
/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_tk.py283 def scan_dragto(self, x, y): member in Text
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2446 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__.py2950 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/
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