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

Class Frame

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

Source from the content-addressed store, hash-verified

172 MetroWidget.__init__(self, tk.Button, master, ID, kwargs, False)
173
174class Frame(tk.Frame, MetroWidget):
175 def __init__(self, master, ID=None, **kwargs):
176 MetroWidget.__init__(self, tk.Frame, master, ID, kwargs)
177
178class LabelFrame(tk.LabelFrame, MetroWidget):
179 def __init__(self, master, ID=None, **kwargs):

Callers 15

__init__Method · 0.90
__init__Method · 0.70
recipe-580729.pyFile · 0.70
recipe-580714.pyFile · 0.50
recipe-580728.pyFile · 0.50
testFunction · 0.50
recipe-580783.pyFile · 0.50
__init__Method · 0.50
recipe-580795.pyFile · 0.50
initGuiMethod · 0.50
recipe-580735.pyFile · 0.50
recipe-180801.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected