Activate entry at INDEX.
(self, index)
| 3576 | self.tk.call('tk_popup', self._w, x, y, entry) |
| 3577 | |
| 3578 | def activate(self, index): |
| 3579 | """Activate entry at INDEX.""" |
| 3580 | self.tk.call(self._w, 'activate', index) |
| 3581 | |
| 3582 | def add(self, itemType, cnf={}, **kw): |
| 3583 | """Internal function.""" |