Return the x and y pair of the most recent proxy location
(self)
| 4819 | self.tk.call((self._w, 'proxy') + args)) or () |
| 4820 | |
| 4821 | def proxy_coord(self): |
| 4822 | """Return the x and y pair of the most recent proxy location |
| 4823 | """ |
| 4824 | return self.proxy("coord") |
| 4825 | |
| 4826 | def proxy_forget(self): |
| 4827 | """Remove the proxy from the display. |