Lines Matching defs:scan
3008 self.tk.call(self._w, 'scan', 'mark', x, y)
3014 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
3126 self.tk.call(self._w, 'scan', 'mark', x)
3132 self.tk.call(self._w, 'scan', 'dragto', x)
3272 self.tk.call(self._w, 'scan', 'mark', x, y)
3278 self.tk.call(self._w, 'scan', 'dragto', x, y)
3860 self.tk.call(self._w, 'scan', 'mark', x, y)
3866 self.tk.call(self._w, 'scan', 'dragto', x, y)
4321 def scan(self, *args):
4324 self.tk.call((self._w, 'scan') + args)) or ()
4329 used in conjunction with later scan dragto commands.
4333 return self.scan("mark", x)
4337 and the x argument to the last scan mark command
4345 return self.scan("dragto", x)