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

Class LabelFrame

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

Source from the content-addressed store, hash-verified

176 MetroWidget.__init__(self, tk.Frame, master, ID, kwargs)
177
178class LabelFrame(tk.LabelFrame, MetroWidget):
179 def __init__(self, master, ID=None, **kwargs):
180 MetroWidget.__init__(self, tk.LabelFrame, master, ID, kwargs)
181
182class Label(tk.Label, MetroWidget):
183 def __init__(self, master, ID=None, **kwargs):

Callers 8

mainFunction · 0.85
bodyMethod · 0.85
bodyMethod · 0.85
build_widgetsMethod · 0.85
mainFunction · 0.85
testFunction · 0.85
__init__Method · 0.85
recipe-580738.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected