Insert cursor at INDEX.
(self, index)
| 3341 | return self.tk.call(self._w, 'get') |
| 3342 | |
| 3343 | def icursor(self, index): |
| 3344 | """Insert cursor at INDEX.""" |
| 3345 | self.tk.call(self._w, 'icursor', index) |
| 3346 | |
| 3347 | def index(self, index): |
| 3348 | """Return position of cursor.""" |