Lines Matching defs:proxy
3599 def proxy(self, *args):
3602 self.tk.call((self._w, 'proxy') + args)) or ()
3605 """Return the x and y pair of the most recent proxy location
3607 return self.proxy("coord")
3610 """Remove the proxy from the display.
3612 return self.proxy("forget")
3615 """Place the proxy at the given x and y coordinates.
3617 return self.proxy("place", x, y)