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

Method insert

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:930–936  ·  view source on GitHub ↗

Inserts a pane at the specified positions. pos is either the string end, and integer index, or the name of a child. If child is already managed by the paned window, moves it to the specified position.

(self, pos, child, **kw)

Source from the content-addressed store, hash-verified

928
929
930 def insert(self, pos, child, **kw):
931 """Inserts a pane at the specified positions.
932
933 pos is either the string end, and integer index, or the name
934 of a child. If child is already managed by the paned window,
935 moves it to the specified position."""
936 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
937
938
939 def pane(self, pane, option=None, **kw):

Callers

nothing calls this directly

Calls 2

_format_optdictFunction · 0.85
callMethod · 0.80

Tested by

no test coverage detected