Internal function.
(self, itemType, cnf={}, **kw)
| 3502 | self.tk.call(self._w, 'activate', index) |
| 3503 | |
| 3504 | def add(self, itemType, cnf={}, **kw): |
| 3505 | """Internal function.""" |
| 3506 | self.tk.call((self._w, 'add', itemType) + |
| 3507 | self._options(cnf, kw)) |
| 3508 | |
| 3509 | def add_cascade(self, cnf={}, **kw): |
| 3510 | """Add hierarchical menu item.""" |
no test coverage detected