Remove the proxy from the display.
(self)
| 4947 | return self.proxy("coord") |
| 4948 | |
| 4949 | def proxy_forget(self): |
| 4950 | """Remove the proxy from the display. |
| 4951 | """ |
| 4952 | return self.proxy("forget") |
| 4953 | |
| 4954 | def proxy_place(self, x, y): |
| 4955 | """Place the proxy at the given x and y coordinates. |