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

Class Label

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

Source from the content-addressed store, hash-verified

180 MetroWidget.__init__(self, tk.LabelFrame, master, ID, kwargs)
181
182class Label(tk.Label, MetroWidget):
183 def __init__(self, master, ID=None, **kwargs):
184 MetroWidget.__init__(self, tk.Label, master, ID, kwargs)
185
186class Radiobutton(tk.Radiobutton, MetroWidget):
187 def __init__(self, master, ID=None, **kwargs):

Callers 15

append_chordsMethod · 0.90
recipe-578911.pyFile · 0.90
recipe-580714.pyFile · 0.85
recipe-580775.pyFile · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
MainMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected