Remove the proxy from the display.
(self)
| 4824 | return self.proxy("coord") |
| 4825 | |
| 4826 | def proxy_forget(self): |
| 4827 | """Remove the proxy from the display. |
| 4828 | """ |
| 4829 | return self.proxy("forget") |
| 4830 | |
| 4831 | def proxy_place(self, x, y): |
| 4832 | """Place the proxy at the given x and y coordinates. |