Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:scan

2445         self.tk.call(self._w, 'scan', 'mark', x, y)
2450 self.tk.call(self._w, 'scan', 'dragto', x, y, gain)
2531 self.tk.call(self._w, 'scan', 'mark', x)
2536 self.tk.call(self._w, 'scan', 'dragto', x)
2649 self.tk.call(self._w, 'scan', 'mark', x, y)
2654 self.tk.call(self._w, 'scan', 'dragto', x, y)
3139 self.tk.call(self._w, 'scan', 'mark', x, y)
3144 self.tk.call(self._w, 'scan', 'dragto', x, y)
3544 def scan(self, *args):
3547 self.tk.call((self._w, 'scan') + args)) or ()
3552 used in conjunction with later scan dragto commands.
3556 return self.scan("mark", x)
3560 and the x argument to the last scan mark command
3568 return self.scan("dragto", x)