Unmap this widget and do not use it for the packing order.
(self)
| 2475 | pack = configure = config = pack_configure |
| 2476 | |
| 2477 | def pack_forget(self): |
| 2478 | """Unmap this widget and do not use it for the packing order.""" |
| 2479 | self.tk.call('pack', 'forget', self._w) |
| 2480 | |
| 2481 | forget = pack_forget |
| 2482 |