MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / pack_forget

Method pack_forget

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:2477–2479  ·  view source on GitHub ↗

Unmap this widget and do not use it for the packing order.

(self)

Source from the content-addressed store, hash-verified

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

Callers 3

checkMethod · 0.80
test_pack_forgetMethod · 0.80
next_testFunction · 0.80

Calls 1

callMethod · 0.80

Tested by 3

checkMethod · 0.64
test_pack_forgetMethod · 0.64
next_testFunction · 0.64