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

Method remove

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

Remove the pane containing child from the panedwindow All geometry management options for child will be forgotten.

(self, child)

Source from the content-addressed store, hash-verified

4475 self.tk.call((self._w, 'add', child) + self._options(kw))
4476
4477 def remove(self, child):
4478 """Remove the pane containing child from the panedwindow
4479
4480 All geometry management options for child will be forgotten.
4481 """
4482 self.tk.call(self._w, 'forget', child)
4483
4484 forget = remove
4485

Callers 3

trace_removeMethod · 0.45
trace_vdeleteMethod · 0.45
deletecommandMethod · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected