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

Class Success_Panel

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

Source from the content-addressed store, hash-verified

560 Metro_Panel.__init__(self, master, title, "#ff0039", "#f0005e", width)
561
562class Success_Panel(Metro_Panel):
563 def __init__(self, master, title, width=None):
564 Metro_Panel.__init__(self, master, title, "#3fb618", "#4e9f15", width)
565
566class Info_Panel(Metro_Panel):
567 def __init__(self, master, title, width=None):

Callers 1

recipe-580729.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected