(self, index, cnf={}, **kw)
| 1459 | self.tk.call(self._w, 'dropsite', 'clear') |
| 1460 | |
| 1461 | def insert(self, index, cnf={}, **kw): |
| 1462 | self.tk.call(self._w, 'insert', index, *self._options(cnf, kw)) |
| 1463 | |
| 1464 | def info_active(self): |
| 1465 | return self.tk.call(self._w, 'info', 'active') |