MCPcopy Create free account
hub / github.com/ActiveState/code / Checkbutton

Class Checkbutton

recipes/Python/580729_Metro_UI_Tkinter/recipe-580729.py:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 MetroWidget.__init__(self, tk.Radiobutton, master, ID, kwargs)
189
190class Checkbutton(tk.Checkbutton, MetroWidget):
191 def __init__(self, master, ID=None, **kwargs):
192 MetroWidget.__init__(self, tk.Checkbutton, master, ID, kwargs)
193
194
195class Metro_ButtonLabel(Label):

Callers 10

recipe-580714.pyFile · 0.85
__init__Method · 0.85
recipe-577886.pyFile · 0.85
create_widgetsMethod · 0.85
__init__Method · 0.85
recipe-180801.pyFile · 0.85
mainFunction · 0.85
build_widgetsMethod · 0.85
postMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected