Internal function.
(self, *args)
| 4937 | return self.tk.call(self._w, 'identify', x, y) |
| 4938 | |
| 4939 | def proxy(self, *args): |
| 4940 | """Internal function.""" |
| 4941 | return self._getints( |
| 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 |