Unmap this widget and do not use it for the packing order.
(self)
| 2676 | pack = configure = config = pack_configure |
| 2677 | |
| 2678 | def pack_forget(self): |
| 2679 | """Unmap this widget and do not use it for the packing order.""" |
| 2680 | self.tk.call('pack', 'forget', self._w) |
| 2681 | |
| 2682 | forget = pack_forget |
| 2683 |