Internal function.
(self, itemType, cnf={}, **kw)
| 3373 | self.tk.call(self._w, 'activate', index) |
| 3374 | |
| 3375 | def add(self, itemType, cnf={}, **kw): |
| 3376 | """Internal function.""" |
| 3377 | self.tk.call((self._w, 'add', itemType) + |
| 3378 | self._options(cnf, kw)) |
| 3379 | |
| 3380 | def add_cascade(self, cnf={}, **kw): |
| 3381 | """Add hierarchical menu item.""" |
no test coverage detected