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

Class Danger_Panel

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

Source from the content-addressed store, hash-verified

556 Metro_Panel.__init__(self, master, title, "#2780e3", "#2780e3", width)
557
558class Danger_Panel(Metro_Panel):
559 def __init__(self, master, title, width=None):
560 Metro_Panel.__init__(self, master, title, "#ff0039", "#f0005e", width)
561
562class Success_Panel(Metro_Panel):
563 def __init__(self, master, title, width=None):

Callers 1

recipe-580729.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected