The specified items becomes the new selection.
(self, *items)
| 1415 | |
| 1416 | |
| 1417 | def selection_set(self, *items): |
| 1418 | """The specified items becomes the new selection.""" |
| 1419 | self._selection("set", items) |
| 1420 | |
| 1421 | |
| 1422 | def selection_add(self, *items): |