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

Class Radiobutton

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

Source from the content-addressed store, hash-verified

184 MetroWidget.__init__(self, tk.Label, master, ID, kwargs)
185
186class Radiobutton(tk.Radiobutton, MetroWidget):
187 def __init__(self, master, ID=None, **kwargs):
188 MetroWidget.__init__(self, tk.Radiobutton, master, ID, kwargs)
189
190class Checkbutton(tk.Checkbutton, MetroWidget):
191 def __init__(self, master, ID=None, **kwargs):

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected