HomeSort by relevance Sort by last modified time
    Searched refs:scan_dragto (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Lib/idlelib/idle_test/
mock_tk.py 283 def scan_dragto(self, x, y): member in class:Text
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_tk.py 283 def scan_dragto(self, x, y): member in class:Text
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 2446 def scan_dragto(self, x, y, gain=10): member in class:Canvas
2532 def scan_dragto(self, x): member in class:Entry
2650 def scan_dragto(self, x, y): member in class:Listbox
3140 def scan_dragto(self, x, y): member in class:Text
3558 def scan_dragto(self, x): member in class:Spinbox
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 2610 def scan_dragto(self, x, y, gain=10): member in class:Canvas
2696 def scan_dragto(self, x): member in class:Entry
2814 def scan_dragto(self, x, y): member in class:Listbox
3315 def scan_dragto(self, x, y): member in class:Text
3726 def scan_dragto(self, x): member in class:Spinbox
    [all...]

Completed in 140 milliseconds