MCPcopy Index your code
hub / github.com/python/cpython / grid_remove

Method grid_remove

Lib/tkinter/__init__.py:2791–2793  ·  view source on GitHub ↗

Unmap this widget but remember the grid options.

(self)

Source from the content-addressed store, hash-verified

2789 forget = grid_forget
2790
2791 def grid_remove(self):
2792 """Unmap this widget but remember the grid options."""
2793 self.tk.call('grid', 'remove', self._w)
2794
2795 def grid_info(self):
2796 """Return information about the options

Callers 2

test_grid_removeMethod · 0.80
setMethod · 0.80

Calls 1

callMethod · 0.45

Tested by 1

test_grid_removeMethod · 0.64