Lines Matching defs:proxy
3845 def proxy(self, *args):
3848 self.tk.call((self._w, 'proxy') + args)) or ()
3851 """Return the x and y pair of the most recent proxy location
3853 return self.proxy("coord")
3856 """Remove the proxy from the display.
3858 return self.proxy("forget")
3861 """Place the proxy at the given x and y coordinates.
3863 return self.proxy("place", x, y)