Return the x and y pair of the most recent proxy location
(self)
| 4942 | self.tk.call((self._w, 'proxy') + args)) or () |
| 4943 | |
| 4944 | def proxy_coord(self): |
| 4945 | """Return the x and y pair of the most recent proxy location |
| 4946 | """ |
| 4947 | return self.proxy("coord") |
| 4948 | |
| 4949 | def proxy_forget(self): |
| 4950 | """Remove the proxy from the display. |