Place the proxy at the given x and y coordinates.
(self, x, y)
| 4952 | return self.proxy("forget") |
| 4953 | |
| 4954 | def proxy_place(self, x, y): |
| 4955 | """Place the proxy at the given x and y coordinates. |
| 4956 | """ |
| 4957 | return self.proxy("place", x, y) |
| 4958 | |
| 4959 | def sash(self, *args): |
| 4960 | """Internal function.""" |