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

Method __init__

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

Source from the content-addressed store, hash-verified

1142 <pages> page widgets added dynamically with the add method"""
1143
1144 def __init__ (self,master=None,cnf={}, **kw):
1145 TixWidget.__init__(self,master,'tixNoteBook', ['options'], cnf, kw)
1146 self.subwidget_list['nbframe'] = TixSubWidget(self, 'nbframe',
1147 destroy_physically=0)
1148
1149 def add(self, name, cnf={}, **kw):
1150 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))

Callers

nothing calls this directly

Calls 2

TixSubWidgetClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected