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

Class Warning_Panel

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

Source from the content-addressed store, hash-verified

568 Metro_Panel.__init__(self, master, title, "#9954bb", "#7643a8", width)
569
570class Warning_Panel(Metro_Panel):
571 def __init__(self, master, title, width=None):
572 Metro_Panel.__init__(self, master, title, "#ff7518", "#ff4309", width)
573
574class Metro_Checkbutton(tk.Checkbutton):
575 image = {

Callers 1

recipe-580729.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected