Removes the tab specified by tab_id, unmaps and unmanages the associated window.
(self, tab_id)
| 825 | |
| 826 | |
| 827 | def forget(self, tab_id): |
| 828 | """Removes the tab specified by tab_id, unmaps and unmanages the |
| 829 | associated window.""" |
| 830 | self.tk.call(self._w, "forget", tab_id) |
| 831 | |
| 832 | |
| 833 | def hide(self, tab_id): |