Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
adjustScrolls
Method · 0.80
test_grid_forget
Method · 0.80
extension_selected
Method · 0.80
hide_sidebar
Method · 0.80
Calls
1
call
Method · 0.80
Tested by
1
test_grid_forget
Method · 0.64