Internal function.
(self, *args)
| 4814 | return self.tk.call(self._w, 'identify', x, y) |
| 4815 | |
| 4816 | def proxy(self, *args): |
| 4817 | """Internal function.""" |
| 4818 | return self._getints( |
| 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 |