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

Method __init__

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

Source from the content-addressed store, hash-verified

1508
1509 # FIXME: It should inherit -superclass tixScrolledWidget
1510 def __init__(self, master=None, cnf={}, **kw):
1511 TixWidget.__init__(self, master, 'tixTree',
1512 ['options'], cnf, kw)
1513 self.subwidget_list['hlist'] = _dummyHList(self, 'hlist')
1514 self.subwidget_list['vsb'] = _dummyScrollbar(self, 'vsb')
1515 self.subwidget_list['hsb'] = _dummyScrollbar(self, 'hsb')
1516
1517 def autosetmode(self):
1518 '''This command calls the setmode method for all the entries in this

Callers

nothing calls this directly

Calls 3

_dummyHListClass · 0.85
_dummyScrollbarClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected