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

Class _dummyScrollbar

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

Source from the content-addressed store, hash-verified

1634 TixSubWidget.__init__(self, master, name, destroy_physically)
1635
1636class _dummyScrollbar(Scrollbar, TixSubWidget):
1637 def __init__(self, master, name, destroy_physically=1):
1638 TixSubWidget.__init__(self, master, name, destroy_physically)
1639
1640class _dummyText(Text, TixSubWidget):
1641 def __init__(self, master, name, destroy_physically=1):

Callers 12

__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
__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