Lines Matching defs:scan
2380 self.tk.call(self._w, 'scan', 'mark', x, y)
2385 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
2466 self.tk.call(self._w, 'scan', 'mark', x)
2471 self.tk.call(self._w, 'scan', 'dragto', x)
2587 self.tk.call(self._w, 'scan', 'mark', x, y)
2592 self.tk.call(self._w, 'scan', 'dragto', x, y)
3072 self.tk.call(self._w, 'scan', 'mark', x, y)
3077 self.tk.call(self._w, 'scan', 'dragto', x, y)
3466 def scan(self, *args):
3469 self.tk.call((self._w, 'scan') + args)) or ()
3474 used in conjunction with later scan dragto commands.
3478 return self.scan("mark", x)
3482 and the x argument to the last scan mark command
3490 return self.scan("dragto", x)