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

Class Info_Panel

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

Source from the content-addressed store, hash-verified

564 Metro_Panel.__init__(self, master, title, "#3fb618", "#4e9f15", width)
565
566class Info_Panel(Metro_Panel):
567 def __init__(self, master, title, width=None):
568 Metro_Panel.__init__(self, master, title, "#9954bb", "#7643a8", width)
569
570class Warning_Panel(Metro_Panel):
571 def __init__(self, master, title, width=None):

Callers 1

recipe-580729.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected