Internal function.
(self, itemType, cnf={}, **kw)
| 3580 | self.tk.call(self._w, 'activate', index) |
| 3581 | |
| 3582 | def add(self, itemType, cnf={}, **kw): |
| 3583 | """Internal function.""" |
| 3584 | self.tk.call((self._w, 'add', itemType) + |
| 3585 | self._options(cnf, kw)) |
| 3586 | |
| 3587 | def add_cascade(self, cnf={}, **kw): |
| 3588 | """Add hierarchical menu item.""" |
no test coverage detected