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

Class Entry

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

Source from the content-addressed store, hash-verified

164 MetroWidget.__init__(self, tk.PanedWindow, master, ID, kwargs)
165
166class Entry(tk.Entry, MetroWidget):
167 def __init__(self, master, ID=None, **kwargs):
168 MetroWidget.__init__(self, tk.Entry, master, ID, kwargs, False)
169
170class Button(tk.Button, MetroWidget):
171 def __init__(self, master, ID=None, **kwargs):

Callers 15

recipe-578911.pyFile · 0.90
__init__Method · 0.70
recipe-580714.pyFile · 0.50
recipe-580775.pyFile · 0.50
initGuiMethod · 0.50
recipe-580735.pyFile · 0.50
bodyMethod · 0.50
bodyMethod · 0.50
init_windowMethod · 0.50
recipe-580754.pyFile · 0.50
recipe-188537.pyFile · 0.50
recipe-580748.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected