Set the fixed end of a selection to INDEX.
(self, index)
| 3376 | select_clear = selection_clear |
| 3377 | |
| 3378 | def selection_from(self, index): |
| 3379 | """Set the fixed end of a selection to INDEX.""" |
| 3380 | self.tk.call(self._w, 'selection', 'from', index) |
| 3381 | |
| 3382 | select_from = selection_from |
| 3383 |