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

Method add

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1149–1152  ·  view source on GitHub ↗
(self, name, cnf={}, **kw)

Source from the content-addressed store, hash-verified

1147 destroy_physically=0)
1148
1149 def add(self, name, cnf={}, **kw):
1150 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1151 self.subwidget_list[name] = TixSubWidget(self, name)
1152 return self.subwidget_list[name]
1153
1154 def delete(self, name):
1155 self.tk.call(self._w, 'delete', name)

Callers

nothing calls this directly

Calls 3

TixSubWidgetClass · 0.85
callMethod · 0.80
_optionsMethod · 0.45

Tested by

no test coverage detected