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

Class _dummyHList

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:1651–1653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1649 self.subwidget_list['hsb'] = _dummyScrollbar(self, 'hsb')
1650
1651class _dummyHList(HList, TixSubWidget):
1652 def __init__(self, master, name, destroy_physically=1):
1653 TixSubWidget.__init__(self, master, name, destroy_physically)
1654
1655class _dummyScrolledHList(ScrolledHList, TixSubWidget):
1656 def __init__(self, master, name, destroy_physically=1):

Callers 8

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected