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

Class _dummyButton

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

Source from the content-addressed store, hash-verified

1602###########################################################################
1603
1604class _dummyButton(Button, TixSubWidget):
1605 def __init__(self, master, name, destroy_physically=1):
1606 TixSubWidget.__init__(self, master, name, destroy_physically)
1607
1608class _dummyCheckbutton(Checkbutton, TixSubWidget):
1609 def __init__(self, master, name, destroy_physically=1):

Callers 10

addMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
addMethod · 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