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

Class _dummyScrolledListBox

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

Source from the content-addressed store, hash-verified

1642 TixSubWidget.__init__(self, master, name, destroy_physically)
1643
1644class _dummyScrolledListBox(ScrolledListBox, TixSubWidget):
1645 def __init__(self, master, name, destroy_physically=1):
1646 TixSubWidget.__init__(self, master, name, destroy_physically)
1647 self.subwidget_list['listbox'] = _dummyListbox(self, 'listbox')
1648 self.subwidget_list['vsb'] = _dummyScrollbar(self, 'vsb')
1649 self.subwidget_list['hsb'] = _dummyScrollbar(self, 'hsb')
1650
1651class _dummyHList(HList, TixSubWidget):
1652 def __init__(self, master, name, destroy_physically=1):

Callers 6

__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