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

Method window_create

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

Create a window at INDEX.

(self, index, cnf={}, **kw)

Source from the content-addressed store, hash-verified

4009 window_config = window_configure
4010
4011 def window_create(self, index, cnf={}, **kw):
4012 """Create a window at INDEX."""
4013 self.tk.call(
4014 (self._w, 'window', 'create', index)
4015 + self._options(cnf, kw))
4016
4017 def window_names(self):
4018 """Return all names of embedded windows in this widget."""

Callers 4

mywriteMethod · 0.80
squeeze_current_textMethod · 0.80
test_expandMethod · 0.80

Calls 2

callMethod · 0.80
_optionsMethod · 0.45

Tested by 2

test_expandMethod · 0.64