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

Method __init__

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

Source from the content-addressed store, hash-verified

1343
1344 # FIXME: It should inherit -superclass tixScrolledWidget
1345 def __init__(self, master, cnf={}, **kw):
1346 TixWidget.__init__(self, master, 'tixScrolledWindow', ['options'], cnf, kw)
1347 self.subwidget_list['window'] = _dummyFrame(self, 'window')
1348 self.subwidget_list['vsb'] = _dummyScrollbar(self, 'vsb')
1349 self.subwidget_list['hsb'] = _dummyScrollbar(self, 'hsb')
1350
1351class Select(TixWidget):
1352 """Select - Container of button subwidgets. It can be used to provide

Callers

nothing calls this directly

Calls 3

_dummyFrameClass · 0.85
_dummyScrollbarClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected