(self, entry, cnf={}, **kw)
| 866 | ['columns', 'options'], cnf, kw) |
| 867 | |
| 868 | def add(self, entry, cnf={}, **kw): |
| 869 | return self.tk.call(self._w, 'add', entry, *self._options(cnf, kw)) |
| 870 | |
| 871 | def add_child(self, parent=None, cnf={}, **kw): |
| 872 | if parent is None: |