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

Method __init__

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

Source from the content-addressed store, hash-verified

1322
1323 # FIXME: It should inherit -superclass tixScrolledWidget
1324 def __init__(self, master, cnf={}, **kw):
1325 TixWidget.__init__(self, master, 'tixScrolledText', ['options'], cnf, kw)
1326 self.subwidget_list['text'] = _dummyText(self, 'text')
1327 self.subwidget_list['vsb'] = _dummyScrollbar(self, 'vsb')
1328 self.subwidget_list['hsb'] = _dummyScrollbar(self, 'hsb')
1329
1330class ScrolledTList(TixWidget):
1331 """ScrolledTList - TList with automatic scrollbars."""

Callers

nothing calls this directly

Calls 3

_dummyTextClass · 0.85
_dummyScrollbarClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected