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

Method add

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

Source from the content-addressed store, hash-verified

1106 self.subwidget_list['shlist'] = _dummyScrolledHList(self, 'shlist')
1107
1108 def add(self, name, cnf={}, **kw):
1109 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1110 self.subwidget_list[name] = TixSubWidget(self, name)
1111 return self.subwidget_list[name]
1112
1113 def page(self, name):
1114 return self.subwidget(name)

Callers

nothing calls this directly

Calls 3

TixSubWidgetClass · 0.85
callMethod · 0.80
_optionsMethod · 0.45

Tested by

no test coverage detected