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

Method grid_forget

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

Unmap this widget.

(self)

Source from the content-addressed store, hash-verified

2574 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure
2575
2576 def grid_forget(self):
2577 """Unmap this widget."""
2578 self.tk.call('grid', 'forget', self._w)
2579
2580 forget = grid_forget
2581

Callers 4

adjustScrollsMethod · 0.80
test_grid_forgetMethod · 0.80
extension_selectedMethod · 0.80
hide_sidebarMethod · 0.80

Calls 1

callMethod · 0.80

Tested by 1

test_grid_forgetMethod · 0.64