Lines Matching refs:scan
2609 self.tk.call(self._w, 'scan', 'mark', x, y)
2614 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
2695 self.tk.call(self._w, 'scan', 'mark', x)
2700 self.tk.call(self._w, 'scan', 'dragto', x)
2813 self.tk.call(self._w, 'scan', 'mark', x, y)
2818 self.tk.call(self._w, 'scan', 'dragto', x, y)
3314 self.tk.call(self._w, 'scan', 'mark', x, y)
3319 self.tk.call(self._w, 'scan', 'dragto', x, y)
3712 def scan(self, *args):
3715 self.tk.call((self._w, 'scan') + args)) or ()
3720 used in conjunction with later scan dragto commands.
3724 return self.scan("mark", x)
3728 and the x argument to the last scan mark command
3736 return self.scan("dragto", x)