Place the proxy at the given x and y coordinates.
(self, x, y)
| 4829 | return self.proxy("forget") |
| 4830 | |
| 4831 | def proxy_place(self, x, y): |
| 4832 | """Place the proxy at the given x and y coordinates. |
| 4833 | """ |
| 4834 | return self.proxy("place", x, y) |
| 4835 | |
| 4836 | def sash(self, *args): |
| 4837 | """Internal function.""" |